Html Css Color HEX #D067CA Orchid

📋 copy color: '#D067CA'

red 208 ◦ green 103 ◦ blue 202

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

Shades of Orchid #D067CA

Tints of Orchid #D067CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.38%

R = 40.55%
G = 20.08%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D067CA (or 0xD067CA) is known color: Orchid. HEX triplet: D0, 67 and CA. RGB value is (208,103,202). Sum of RGB (Red+Green+Blue) = 208+103+202=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 103 (40.62% from 255 or 20.08% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 208 - color contains mainly: red. Hex color #D067CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D067CA is #2F9835. Grayscale: #919191. Windows color (decimal): -3119158 or 13264848. OLE color: 13264848.

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

Color convert

RGB 208 103 202 -
CMYK 0 0.50 0.03 0.18
HSL 303.43º 0.53% 0.61% -
HSV(B) 303.43º 0.5% 0.82% -
XYZ 41.52 27.37 58.97 -
YUV 145.68 159.79 172.45 -
System Red Green Blue C M Y K H S L
Decimal 208 103 202 0 0.50 0.03 0.18 303.43 0.53 0.61
Hex D0 67 CA 0 32 3 12 12F 35 3D
Octal 320 147 312 0 62 3 22 457 65 75
Binary 11010000 1100111 11001010 0 110010 11 10010 100101111 110101 111101

Color Harmonies of #D067CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D067CA

Black with #D067CA

Text Example


Text Example

White with #D067CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D067CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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