Html Css Color HEX #D06BCE Orchid

📋 copy color: '#D06BCE'

red 208 ◦ green 107 ◦ blue 206

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

Shades of Orchid #D06BCE

Tints of Orchid #D06BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.54%

R = 39.92%
G = 20.54%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D06BCE (or 0xD06BCE) is known color: Orchid. HEX triplet: D0, 6B and CE. RGB value is (208,107,206). Sum of RGB (Red+Green+Blue) = 208+107+206=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 107 (42.19% from 255 or 20.54% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 208 - color contains mainly: red. Hex color #D06BCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06BCE is #2F9431. Grayscale: #949494. Windows color (decimal): -3118130 or 13528016. OLE color: 13528016.

HSL color Cylindrical-coordinate representation of color #D06BCE: hue angle of 301.19º 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 #D06BCE is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 107 206 -
CMYK 0 0.49 0.01 0.18
HSL 301.19º 0.52% 0.62% -
HSV(B) 301.19º 0.49% 0.82% -
XYZ 42.41 28.38 61.64 -
YUV 148.49 160.46 170.45 -
System Red Green Blue C M Y K H S L
Decimal 208 107 206 0 0.49 0.01 0.18 301.19 0.52 0.62
Hex D0 6B CE 0 31 1 12 12D 34 3E
Octal 320 153 316 0 61 1 22 455 64 76
Binary 11010000 1101011 11001110 0 110001 1 10010 100101101 110100 111110

Color Harmonies of #D06BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06BCE

Black with #D06BCE

Text Example


Text Example

White with #D06BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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