Html Css Color HEX #DE67C1 Orchid

📋 copy color: '#DE67C1'

red 222 ◦ green 103 ◦ blue 193

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

Shades of Orchid #DE67C1

Tints of Orchid #DE67C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.26%

R = 42.86%
G = 19.88%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DE67C1 (or 0xDE67C1) is known color: Orchid. HEX triplet: DE, 67 and C1. RGB value is (222,103,193). Sum of RGB (Red+Green+Blue) = 222+103+193=518 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.86% from 518); Green value is 103 (40.62% from 255 or 19.88% from 518); Blue value is 193 (75.78% from 255 or 37.26% from 518); Max value from RGB is 222 - color contains mainly: red. Hex color #DE67C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE67C1 is #21983E. Grayscale: #949494. Windows color (decimal): -2201663 or 12675038. OLE color: 12675038.

HSL color Cylindrical-coordinate representation of color #DE67C1: hue angle of 314.62º 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 #DE67C1 is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 103 193 -
CMYK 0 0.54 0.13 0.13
HSL 314.62º 0.64% 0.64% -
HSV(B) 314.62º 0.54% 0.87% -
XYZ 44.6 29.08 53.71 -
YUV 148.84 152.92 180.18 -
System Red Green Blue C M Y K H S L
Decimal 222 103 193 0 0.54 0.13 0.13 314.62 0.64 0.64
Hex DE 67 C1 0 36 D D 13B 40 40
Octal 336 147 301 0 66 15 15 473 100 100
Binary 11011110 1100111 11000001 0 110110 1101 1101 100111011 1000000 1000000

Color Harmonies of #DE67C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE67C1

Black with #DE67C1

Text Example


Text Example

White with #DE67C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE67C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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