Html Css Color HEX #D67CCC Orchid

📋 copy color: '#D67CCC'

red 214 ◦ green 124 ◦ blue 204

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

Shades of Orchid #D67CCC

Tints of Orchid #D67CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.64%

R = 39.48%
G = 22.88%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D67CCC (or 0xD67CCC) is known color: Orchid. HEX triplet: D6, 7C and CC. RGB value is (214,124,204). Sum of RGB (Red+Green+Blue) = 214+124+204=542 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.48% from 542); Green value is 124 (48.83% from 255 or 22.88% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 214 - color contains mainly: red. Hex color #D67CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67CCC is #298333. Grayscale: #9F9F9F. Windows color (decimal): -2720564 or 13401302. OLE color: 13401302.

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

Color convert

RGB 214 124 204 -
CMYK 0 0.42 0.05 0.16
HSL 306.67º 0.52% 0.66% -
HSV(B) 306.67º 0.42% 0.84% -
XYZ 45.84 33.07 61.09 -
YUV 160.03 152.82 166.5 -
System Red Green Blue C M Y K H S L
Decimal 214 124 204 0 0.42 0.05 0.16 306.67 0.52 0.66
Hex D6 7C CC 0 2A 5 10 133 34 42
Octal 326 174 314 0 52 5 20 463 64 102
Binary 11010110 1111100 11001100 0 101010 101 10000 100110011 110100 1000010

Color Harmonies of #D67CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67CCC

Black with #D67CCC

Text Example


Text Example

White with #D67CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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