Html Css Color HEX #DE6BBC Orchid

📋 copy color: '#DE6BBC'

red 222 ◦ green 107 ◦ blue 188

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

Shades of Orchid #DE6BBC

Tints of Orchid #DE6BBC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.7%

 BLUE value IS 188 (73.83% from 255) = 36.36%

R = 42.94%
G = 20.7%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DE6BBC (or 0xDE6BBC) is known color: Orchid. HEX triplet: DE, 6B and BC. RGB value is (222,107,188). Sum of RGB (Red+Green+Blue) = 222+107+188=517 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.94% from 517); Green value is 107 (42.19% from 255 or 20.70% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6BBC is #219443. Grayscale: #969696. Windows color (decimal): -2200644 or 12348382. OLE color: 12348382.

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

Color convert

RGB 222 107 188 -
CMYK 0 0.52 0.15 0.13
HSL 317.74º 0.64% 0.65% -
HSV(B) 317.74º 0.52% 0.87% -
XYZ 44.46 29.68 50.96 -
YUV 150.62 149.1 178.91 -
System Red Green Blue C M Y K H S L
Decimal 222 107 188 0 0.52 0.15 0.13 317.74 0.64 0.65
Hex DE 6B BC 0 34 F D 13E 40 41
Octal 336 153 274 0 64 17 15 476 100 101
Binary 11011110 1101011 10111100 0 110100 1111 1101 100111110 1000000 1000001

Color Harmonies of #DE6BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6BBC

Black with #DE6BBC

Text Example


Text Example

White with #DE6BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6BBC; }

 p { color: rgb(222,107,188); }

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

background-color css

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

 a { background-color: rgb(222,107,188); }

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

border-color css

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

 span { border-color: rgb(222,107,188); }

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