Html Css Color HEX #D067CF Orchid

📋 copy color: '#D067CF'

red 208 ◦ green 103 ◦ blue 207

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

Shades of Orchid #D067CF

Tints of Orchid #D067CF

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.88%

 BLUE value IS 207 (81.25% from 255) = 39.96%

R = 40.15%
G = 19.88%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D067CF (or 0xD067CF) is known color: Orchid. HEX triplet: D0, 67 and CF. RGB value is (208,103,207). Sum of RGB (Red+Green+Blue) = 208+103+207=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 103 (40.62% from 255 or 19.88% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 208 - color contains mainly: red. Hex color #D067CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D067CF is #2F9830. Grayscale: #919191. Windows color (decimal): -3119153 or 13592528. OLE color: 13592528.

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

Color convert

RGB 208 103 207 -
CMYK 0 0.50 0.00 0.18
HSL 300.57º 0.53% 0.61% -
HSV(B) 300.57º 0.5% 0.82% -
XYZ 42.13 27.62 62.14 -
YUV 146.25 162.29 172.04 -
System Red Green Blue C M Y K H S L
Decimal 208 103 207 0 0.50 0.00 0.18 300.57 0.53 0.61
Hex D0 67 CF 0 32 0 12 12D 35 3D
Octal 320 147 317 0 62 0 22 455 65 75
Binary 11010000 1100111 11001111 0 110010 0 10010 100101101 110101 111101

Color Harmonies of #D067CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D067CF

Black with #D067CF

Text Example


Text Example

White with #D067CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D067CF; }

 p { color: rgb(208,103,207); }

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

background-color css

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

 a { background-color: rgb(208,103,207); }

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

border-color css

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

 span { border-color: rgb(208,103,207); }

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