Html Css Color HEX #D68FB0 Kobi

📋 copy color: '#D68FB0'

red 214 ◦ green 143 ◦ blue 176

#D68FB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kobi #D68FB0

Tints of Kobi #D68FB0

RGB

 RED value IS 214 (83.98% from 255) = 40.15%

 GREEN value IS 143 (56.25% from 255) = 26.83%

 BLUE value IS 176 (69.14% from 255) = 33.02%

R = 40.15%
G = 26.83%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.18

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D68FB0 (or 0xD68FB0) is known color: Kobi. HEX triplet: D6, 8F and B0. RGB value is (214,143,176). Sum of RGB (Red+Green+Blue) = 214+143+176=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 143 (56.25% from 255 or 26.83% from 533); Blue value is 176 (69.14% from 255 or 33.02% from 533); Max value from RGB is 214 - color contains mainly: red. Hex color #D68FB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68FB0 is #29704F. Grayscale: #A7A7A7. Windows color (decimal): -2715728 or 11571158. OLE color: 11571158.

HSL color Cylindrical-coordinate representation of color #D68FB0: hue angle of 332.11º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D68FB0 is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 143 176 -
CMYK 0 0.33 0.18 0.16
HSL 332.11º 0.46% 0.7% -
HSV(B) 332.11º 0.33% 0.84% -
XYZ 45.39 37.08 45.84 -
YUV 167.99 132.52 160.82 -
System Red Green Blue C M Y K H S L
Decimal 214 143 176 0 0.33 0.18 0.16 332.11 0.46 0.7
Hex D6 8F B0 0 21 12 10 14C 2E 46
Octal 326 217 260 0 41 22 20 514 56 106
Binary 11010110 10001111 10110000 0 100001 10010 10000 101001100 101110 1000110

Color Harmonies of #D68FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68FB0

Black with #D68FB0

Text Example


Text Example

White with #D68FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68FB0; }

 p { color: rgb(214,143,176); }

 H1.HeaderClassName
 {
   color: #D68FB0;
 }
 .AnyTagClassName
 {
   color: #D68FB0;
 }
</style>

background-color css

<style>
 a { background-color: #D68FB0; }

 a { background-color: rgb(214,143,176); }

 div.DivClassName
 {
   background-color: #D68FB0;
 }
 .BgClassName
 {
   background-color: #D68FB0;
 }
</style>

border-color css

<style>
 span { border-color: #D68FB0; }

 span { border-color: rgb(214,143,176); }

 td.TdClassName
 {
   border-color: #D68FB0;
 }
 .TagClassName
 {
   border-color: #D68FB0;
 }
</style>