Html Css Color HEX #DE68CF Orchid

📋 copy color: '#DE68CF'

red 222 ◦ green 104 ◦ blue 207

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

Shades of Orchid #DE68CF

Tints of Orchid #DE68CF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.51%

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

R = 41.65%
G = 19.51%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DE68CF (or 0xDE68CF) is known color: Orchid. HEX triplet: DE, 68 and CF. RGB value is (222,104,207). Sum of RGB (Red+Green+Blue) = 222+104+207=533 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.65% from 533); Green value is 104 (41.02% from 255 or 19.51% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 222 - color contains mainly: red. Hex color #DE68CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE68CF is #219730. Grayscale: #969696. Windows color (decimal): -2201393 or 13592798. OLE color: 13592798.

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

Color convert

RGB 222 104 207 -
CMYK 0 0.53 0.07 0.13
HSL 307.63º 0.64% 0.64% -
HSV(B) 307.63º 0.53% 0.87% -
XYZ 46.34 29.94 62.37 -
YUV 151.02 159.59 178.62 -
System Red Green Blue C M Y K H S L
Decimal 222 104 207 0 0.53 0.07 0.13 307.63 0.64 0.64
Hex DE 68 CF 0 35 7 D 134 40 40
Octal 336 150 317 0 65 7 15 464 100 100
Binary 11011110 1101000 11001111 0 110101 111 1101 100110100 1000000 1000000

Color Harmonies of #DE68CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE68CF

Black with #DE68CF

Text Example


Text Example

White with #DE68CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE68CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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