Html Css Color HEX #DE67C7 Orchid

📋 copy color: '#DE67C7'

red 222 ◦ green 103 ◦ blue 199

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

Shades of Orchid #DE67C7

Tints of Orchid #DE67C7

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.66%

 BLUE value IS 199 (78.13% from 255) = 37.98%

R = 42.37%
G = 19.66%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DE67C7 (or 0xDE67C7) is known color: Orchid. HEX triplet: DE, 67 and C7. RGB value is (222,103,199). Sum of RGB (Red+Green+Blue) = 222+103+199=524 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.37% from 524); Green value is 103 (40.62% from 255 or 19.66% from 524); Blue value is 199 (78.12% from 255 or 37.98% from 524); Max value from RGB is 222 - color contains mainly: red. Hex color #DE67C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE67C7 is #219838. Grayscale: #959595. Windows color (decimal): -2201657 or 13068254. OLE color: 13068254.

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

Color convert

RGB 222 103 199 -
CMYK 0 0.54 0.10 0.13
HSL 311.6º 0.64% 0.64% -
HSV(B) 311.6º 0.54% 0.87% -
XYZ 45.28 29.35 57.31 -
YUV 149.53 155.92 179.69 -
System Red Green Blue C M Y K H S L
Decimal 222 103 199 0 0.54 0.10 0.13 311.6 0.64 0.64
Hex DE 67 C7 0 36 A D 138 40 40
Octal 336 147 307 0 66 12 15 470 100 100
Binary 11011110 1100111 11000111 0 110110 1010 1101 100111000 1000000 1000000

Color Harmonies of #DE67C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE67C7

Black with #DE67C7

Text Example


Text Example

White with #DE67C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE67C7; }

 p { color: rgb(222,103,199); }

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

background-color css

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

 a { background-color: rgb(222,103,199); }

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

border-color css

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

 span { border-color: rgb(222,103,199); }

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