Html Css Color HEX #D06BBC Orchid

📋 copy color: '#D06BBC'

red 208 ◦ green 107 ◦ blue 188

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

Shades of Orchid #D06BBC

Tints of Orchid #D06BBC

RGB

 RED value IS 208 (81.64% from 255) = 41.35%

 GREEN value IS 107 (42.19% from 255) = 21.27%

 BLUE value IS 188 (73.83% from 255) = 37.38%

R = 41.35%
G = 21.27%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D06BBC (or 0xD06BBC) is known color: Orchid. HEX triplet: D0, 6B and BC. RGB value is (208,107,188). Sum of RGB (Red+Green+Blue) = 208+107+188=503 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.35% from 503); Green value is 107 (42.19% from 255 or 21.27% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 208 - color contains mainly: red. Hex color #D06BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06BBC is #2F9443. Grayscale: #929292. Windows color (decimal): -3118148 or 12348368. OLE color: 12348368.

HSL color Cylindrical-coordinate representation of color #D06BBC: hue angle of 311.88º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D06BBC is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 107 188 -
CMYK 0 0.49 0.10 0.18
HSL 311.88º 0.52% 0.62% -
HSV(B) 311.88º 0.49% 0.82% -
XYZ 40.35 27.56 50.77 -
YUV 146.43 151.46 171.91 -
System Red Green Blue C M Y K H S L
Decimal 208 107 188 0 0.49 0.10 0.18 311.88 0.52 0.62
Hex D0 6B BC 0 31 A 12 138 34 3E
Octal 320 153 274 0 61 12 22 470 64 76
Binary 11010000 1101011 10111100 0 110001 1010 10010 100111000 110100 111110

Color Harmonies of #D06BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06BBC

Black with #D06BBC

Text Example


Text Example

White with #D06BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06BBC; }

 p { color: rgb(208,107,188); }

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

background-color css

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

 a { background-color: rgb(208,107,188); }

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

border-color css

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

 span { border-color: rgb(208,107,188); }

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