Html Css Color HEX #D667C9 Orchid

📋 copy color: '#D667C9'

red 214 ◦ green 103 ◦ blue 201

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

Shades of Orchid #D667C9

Tints of Orchid #D667C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.8%

R = 41.31%
G = 19.88%
B = 38.8%

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

#D667C9 (or 0xD667C9) is known color: Orchid. HEX triplet: D6, 67 and C9. RGB value is (214,103,201). Sum of RGB (Red+Green+Blue) = 214+103+201=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 103 (40.62% from 255 or 19.88% from 518); Blue value is 201 (78.91% from 255 or 38.80% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D667C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D667C9 is #299836. Grayscale: #939393. Windows color (decimal): -2725943 or 13199318. OLE color: 13199318.

HSL color Cylindrical-coordinate representation of color #D667C9: hue angle of 307.03º 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 #D667C9 is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 103 201 -
CMYK 0 0.52 0.06 0.16
HSL 307.03º 0.58% 0.62% -
HSV(B) 307.03º 0.52% 0.84% -
XYZ 43.12 28.21 58.43 -
YUV 147.36 158.27 175.53 -
System Red Green Blue C M Y K H S L
Decimal 214 103 201 0 0.52 0.06 0.16 307.03 0.58 0.62
Hex D6 67 C9 0 34 6 10 133 3A 3E
Octal 326 147 311 0 64 6 20 463 72 76
Binary 11010110 1100111 11001001 0 110100 110 10000 100110011 111010 111110

Color Harmonies of #D667C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D667C9

Black with #D667C9

Text Example


Text Example

White with #D667C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D667C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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