Html Css Color HEX #D067CD Orchid

📋 copy color: '#D067CD'

red 208 ◦ green 103 ◦ blue 205

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

Shades of Orchid #D067CD

Tints of Orchid #D067CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.73%

R = 40.31%
G = 19.96%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D067CD (or 0xD067CD) is known color: Orchid. HEX triplet: D0, 67 and CD. RGB value is (208,103,205). Sum of RGB (Red+Green+Blue) = 208+103+205=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 103 (40.62% from 255 or 19.96% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 208 - color contains mainly: red. Hex color #D067CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D067CD is #2F9832. Grayscale: #919191. Windows color (decimal): -3119155 or 13461456. OLE color: 13461456.

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

Color convert

RGB 208 103 205 -
CMYK 0 0.50 0.01 0.18
HSL 301.71º 0.53% 0.61% -
HSV(B) 301.71º 0.5% 0.82% -
XYZ 41.88 27.52 60.86 -
YUV 146.02 161.29 172.21 -
System Red Green Blue C M Y K H S L
Decimal 208 103 205 0 0.50 0.01 0.18 301.71 0.53 0.61
Hex D0 67 CD 0 32 1 12 12E 35 3D
Octal 320 147 315 0 62 1 22 456 65 75
Binary 11010000 1100111 11001101 0 110010 1 10010 100101110 110101 111101

Color Harmonies of #D067CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D067CD

Black with #D067CD

Text Example


Text Example

White with #D067CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D067CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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