Html Css Color HEX #D667CD Orchid

📋 copy color: '#D667CD'

red 214 ◦ green 103 ◦ blue 205

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

Shades of Orchid #D667CD

Tints of Orchid #D667CD

RGB

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

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

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

R = 41%
G = 19.73%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D667CD (or 0xD667CD) is known color: Orchid. HEX triplet: D6, 67 and CD. RGB value is (214,103,205). Sum of RGB (Red+Green+Blue) = 214+103+205=522 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.00% from 522); Green value is 103 (40.62% from 255 or 19.73% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 214 - color contains mainly: red. Hex color #D667CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D667CD is #299832. Grayscale: #939393. Windows color (decimal): -2725939 or 13461462. OLE color: 13461462.

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

Color convert

RGB 214 103 205 -
CMYK 0 0.52 0.04 0.16
HSL 304.86º 0.58% 0.62% -
HSV(B) 304.86º 0.52% 0.84% -
XYZ 43.6 28.4 60.94 -
YUV 147.82 160.27 175.21 -
System Red Green Blue C M Y K H S L
Decimal 214 103 205 0 0.52 0.04 0.16 304.86 0.58 0.62
Hex D6 67 CD 0 34 4 10 131 3A 3E
Octal 326 147 315 0 64 4 20 461 72 76
Binary 11010110 1100111 11001101 0 110100 100 10000 100110001 111010 111110

Color Harmonies of #D667CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D667CD

Black with #D667CD

Text Example


Text Example

White with #D667CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D667CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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