Html Css Color HEX #D67CCF Orchid

📋 copy color: '#D67CCF'

red 214 ◦ green 124 ◦ blue 207

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

Shades of Orchid #D67CCF

Tints of Orchid #D67CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.98%

R = 39.27%
G = 22.75%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D67CCF (or 0xD67CCF) is known color: Orchid. HEX triplet: D6, 7C and CF. RGB value is (214,124,207). Sum of RGB (Red+Green+Blue) = 214+124+207=545 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.27% from 545); Green value is 124 (48.83% from 255 or 22.75% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 214 - color contains mainly: red. Hex color #D67CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67CCF is #298330. Grayscale: #A0A0A0. Windows color (decimal): -2720561 or 13597910. OLE color: 13597910.

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

Color convert

RGB 214 124 207 -
CMYK 0 0.42 0.03 0.16
HSL 304.67º 0.52% 0.66% -
HSV(B) 304.67º 0.42% 0.84% -
XYZ 46.2 33.22 63.01 -
YUV 160.37 154.32 166.25 -
System Red Green Blue C M Y K H S L
Decimal 214 124 207 0 0.42 0.03 0.16 304.67 0.52 0.66
Hex D6 7C CF 0 2A 3 10 131 34 42
Octal 326 174 317 0 52 3 20 461 64 102
Binary 11010110 1111100 11001111 0 101010 11 10000 100110001 110100 1000010

Color Harmonies of #D67CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67CCF

Black with #D67CCF

Text Example


Text Example

White with #D67CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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