Html Css Color HEX #D066C3 Orchid

📋 copy color: '#D066C3'

red 208 ◦ green 102 ◦ blue 195

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

Shades of Orchid #D066C3

Tints of Orchid #D066C3

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.2%

 BLUE value IS 195 (76.56% from 255) = 38.61%

R = 41.19%
G = 20.2%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D066C3 (or 0xD066C3) is known color: Orchid. HEX triplet: D0, 66 and C3. RGB value is (208,102,195). Sum of RGB (Red+Green+Blue) = 208+102+195=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 102 (40.23% from 255 or 20.20% from 505); Blue value is 195 (76.56% from 255 or 38.61% from 505); Max value from RGB is 208 - color contains mainly: red. Hex color #D066C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D066C3 is #2F993C. Grayscale: #909090. Windows color (decimal): -3119421 or 12805840. OLE color: 12805840.

HSL color Cylindrical-coordinate representation of color #D066C3: hue angle of 307.36º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D066C3 is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 102 195 -
CMYK 0 0.51 0.06 0.18
HSL 307.36º 0.53% 0.61% -
HSV(B) 307.36º 0.51% 0.82% -
XYZ 40.61 26.85 54.67 -
YUV 144.3 156.62 173.44 -
System Red Green Blue C M Y K H S L
Decimal 208 102 195 0 0.51 0.06 0.18 307.36 0.53 0.61
Hex D0 66 C3 0 33 6 12 133 35 3D
Octal 320 146 303 0 63 6 22 463 65 75
Binary 11010000 1100110 11000011 0 110011 110 10010 100110011 110101 111101

Color Harmonies of #D066C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D066C3

Black with #D066C3

Text Example


Text Example

White with #D066C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D066C3; }

 p { color: rgb(208,102,195); }

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

background-color css

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

 a { background-color: rgb(208,102,195); }

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

border-color css

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

 span { border-color: rgb(208,102,195); }

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