Html Css Color HEX #D68CB2 Kobi

📋 copy color: '#D68CB2'

red 214 ◦ green 140 ◦ blue 178

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

Shades of Kobi #D68CB2

Tints of Kobi #D68CB2

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.32%

 BLUE value IS 178 (69.92% from 255) = 33.46%

R = 40.23%
G = 26.32%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D68CB2 (or 0xD68CB2) is known color: Kobi. HEX triplet: D6, 8C and B2. RGB value is (214,140,178). Sum of RGB (Red+Green+Blue) = 214+140+178=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 140 (55.08% from 255 or 26.32% from 532); Blue value is 178 (69.92% from 255 or 33.46% from 532); Max value from RGB is 214 - color contains mainly: red. Hex color #D68CB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68CB2 is #29734D. Grayscale: #A6A6A6. Windows color (decimal): -2716494 or 11701462. OLE color: 11701462.

HSL color Cylindrical-coordinate representation of color #D68CB2: hue angle of 329.19º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D68CB2 is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 140 178 -
CMYK 0 0.35 0.17 0.16
HSL 329.19º 0.47% 0.69% -
HSV(B) 329.19º 0.35% 0.84% -
XYZ 45.15 36.27 46.74 -
YUV 166.46 134.52 161.91 -
System Red Green Blue C M Y K H S L
Decimal 214 140 178 0 0.35 0.17 0.16 329.19 0.47 0.69
Hex D6 8C B2 0 23 11 10 149 2F 45
Octal 326 214 262 0 43 21 20 511 57 105
Binary 11010110 10001100 10110010 0 100011 10001 10000 101001001 101111 1000101

Color Harmonies of #D68CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68CB2

Black with #D68CB2

Text Example


Text Example

White with #D68CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68CB2; }

 p { color: rgb(214,140,178); }

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

background-color css

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

 a { background-color: rgb(214,140,178); }

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

border-color css

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

 span { border-color: rgb(214,140,178); }

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