Html Css Color HEX #D667CA Orchid

📋 copy color: '#D667CA'

red 214 ◦ green 103 ◦ blue 202

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

Shades of Orchid #D667CA

Tints of Orchid #D667CA

RGB

 RED value IS 214 (83.98% from 255) = 41.23%

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

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

R = 41.23%
G = 19.85%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D667CA (or 0xD667CA) is known color: Orchid. HEX triplet: D6, 67 and CA. RGB value is (214,103,202). Sum of RGB (Red+Green+Blue) = 214+103+202=519 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.23% from 519); Green value is 103 (40.62% from 255 or 19.85% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 214 - color contains mainly: red. Hex color #D667CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D667CA is #299835. Grayscale: #939393. Windows color (decimal): -2725942 or 13264854. OLE color: 13264854.

HSL color Cylindrical-coordinate representation of color #D667CA: hue angle of 306.49º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D667CA is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 103 202 -
CMYK 0 0.52 0.06 0.16
HSL 306.49º 0.58% 0.62% -
HSV(B) 306.49º 0.52% 0.84% -
XYZ 43.24 28.26 59.05 -
YUV 147.48 158.77 175.45 -
System Red Green Blue C M Y K H S L
Decimal 214 103 202 0 0.52 0.06 0.16 306.49 0.58 0.62
Hex D6 67 CA 0 34 6 10 132 3A 3E
Octal 326 147 312 0 64 6 20 462 72 76
Binary 11010110 1100111 11001010 0 110100 110 10000 100110010 111010 111110

Color Harmonies of #D667CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D667CA

Black with #D667CA

Text Example


Text Example

White with #D667CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D667CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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