Html Css Color HEX #DE6ACF Orchid

📋 copy color: '#DE6ACF'

red 222 ◦ green 106 ◦ blue 207

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

Shades of Orchid #DE6ACF

Tints of Orchid #DE6ACF

RGB

 RED value IS 222 (87.11% from 255) = 41.5%

 GREEN value IS 106 (41.8% from 255) = 19.81%

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

R = 41.5%
G = 19.81%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DE6ACF (or 0xDE6ACF) is known color: Orchid. HEX triplet: DE, 6A and CF. RGB value is (222,106,207). Sum of RGB (Red+Green+Blue) = 222+106+207=535 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.50% from 535); Green value is 106 (41.80% from 255 or 19.81% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6ACF is #219530. Grayscale: #979797. Windows color (decimal): -2200881 or 13593310. OLE color: 13593310.

HSL color Cylindrical-coordinate representation of color #DE6ACF: hue angle of 307.76º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DE6ACF is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 106 207 -
CMYK 0 0.52 0.07 0.13
HSL 307.76º 0.64% 0.64% -
HSV(B) 307.76º 0.52% 0.87% -
XYZ 46.54 30.34 62.44 -
YUV 152.2 158.93 177.79 -
System Red Green Blue C M Y K H S L
Decimal 222 106 207 0 0.52 0.07 0.13 307.76 0.64 0.64
Hex DE 6A CF 0 34 7 D 134 40 40
Octal 336 152 317 0 64 7 15 464 100 100
Binary 11011110 1101010 11001111 0 110100 111 1101 100110100 1000000 1000000

Color Harmonies of #DE6ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6ACF

Black with #DE6ACF

Text Example


Text Example

White with #DE6ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6ACF; }

 p { color: rgb(222,106,207); }

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

background-color css

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

 a { background-color: rgb(222,106,207); }

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

border-color css

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

 span { border-color: rgb(222,106,207); }

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