Html Css Color HEX #D67CCE Orchid

📋 copy color: '#D67CCE'

red 214 ◦ green 124 ◦ blue 206

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

Shades of Orchid #D67CCE

Tints of Orchid #D67CCE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.79%

 BLUE value IS 206 (80.86% from 255) = 37.87%

R = 39.34%
G = 22.79%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D67CCE (or 0xD67CCE) is known color: Orchid. HEX triplet: D6, 7C and CE. RGB value is (214,124,206). Sum of RGB (Red+Green+Blue) = 214+124+206=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 124 (48.83% from 255 or 22.79% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 214 - color contains mainly: red. Hex color #D67CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67CCE is #298331. Grayscale: #A0A0A0. Windows color (decimal): -2720562 or 13532374. OLE color: 13532374.

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

Color convert

RGB 214 124 206 -
CMYK 0 0.42 0.04 0.16
HSL 305.33º 0.52% 0.66% -
HSV(B) 305.33º 0.42% 0.84% -
XYZ 46.08 33.17 62.37 -
YUV 160.26 153.82 166.33 -
System Red Green Blue C M Y K H S L
Decimal 214 124 206 0 0.42 0.04 0.16 305.33 0.52 0.66
Hex D6 7C CE 0 2A 4 10 131 34 42
Octal 326 174 316 0 52 4 20 461 64 102
Binary 11010110 1111100 11001110 0 101010 100 10000 100110001 110100 1000010

Color Harmonies of #D67CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67CCE

Black with #D67CCE

Text Example


Text Example

White with #D67CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67CCE; }

 p { color: rgb(214,124,206); }

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

background-color css

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

 a { background-color: rgb(214,124,206); }

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

border-color css

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

 span { border-color: rgb(214,124,206); }

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