Html Css Color HEX #DF67EB Orchid

📋 copy color: '#DF67EB'

red 223 ◦ green 103 ◦ blue 235

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

Shades of Orchid #DF67EB

Tints of Orchid #DF67EB

RGB

 RED value IS 223 (87.5% from 255) = 39.75%

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

 BLUE value IS 235 (92.19% from 255) = 41.89%

R = 39.75%
G = 18.36%
B = 41.89%

CMYK

 C value IS 0.05

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DF67EB (or 0xDF67EB) is known color: Orchid. HEX triplet: DF, 67 and EB. RGB value is (223,103,235). Sum of RGB (Red+Green+Blue) = 223+103+235=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 103 (40.62% from 255 or 18.36% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 235 - color contains mainly: blue. Hex color #DF67EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF67EB is #209814. Grayscale: #999999. Windows color (decimal): -2136085 or 15427551. OLE color: 15427551.

HSL color Cylindrical-coordinate representation of color #DF67EB: hue angle of 294.55º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF67EB is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 223 103 235 -
CMYK 0.05 0.56 0 0.08
HSL 294.55º 0.77% 0.66% -
HSV(B) 294.55º 0.56% 0.92% -
XYZ 50.28 31.39 82.01 -
YUV 153.93 173.76 177.27 -
System Red Green Blue C M Y K H S L
Decimal 223 103 235 0.05 0.56 0 0.08 294.55 0.77 0.66
Hex DF 67 EB 5 38 0 8 127 4D 42
Octal 337 147 353 5 70 0 10 447 115 102
Binary 11011111 1100111 11101011 101 111000 0 1000 100100111 1001101 1000010

Color Harmonies of #DF67EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF67EB

Black with #DF67EB

Text Example


Text Example

White with #DF67EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF67EB; }

 p { color: rgb(223,103,235); }

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

background-color css

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

 a { background-color: rgb(223,103,235); }

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

border-color css

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

 span { border-color: rgb(223,103,235); }

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