Html Css Color HEX #DF68CB Orchid

📋 copy color: '#DF68CB'

red 223 ◦ green 104 ◦ blue 203

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

Shades of Orchid #DF68CB

Tints of Orchid #DF68CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.3%

R = 42.08%
G = 19.62%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DF68CB (or 0xDF68CB) is known color: Orchid. HEX triplet: DF, 68 and CB. RGB value is (223,104,203). Sum of RGB (Red+Green+Blue) = 223+104+203=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 104 (41.02% from 255 or 19.62% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 223 - color contains mainly: red. Hex color #DF68CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF68CB is #209734. Grayscale: #969696. Windows color (decimal): -2135861 or 13330655. OLE color: 13330655.

HSL color Cylindrical-coordinate representation of color #DF68CB: hue angle of 310.08º degrees, saturation: 0.65, 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 #DF68CB is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 104 203 -
CMYK 0 0.53 0.09 0.13
HSL 310.08º 0.65% 0.64% -
HSV(B) 310.08º 0.53% 0.87% -
XYZ 46.16 29.9 59.84 -
YUV 150.87 157.42 179.45 -
System Red Green Blue C M Y K H S L
Decimal 223 104 203 0 0.53 0.09 0.13 310.08 0.65 0.64
Hex DF 68 CB 0 35 9 D 136 41 40
Octal 337 150 313 0 65 11 15 466 101 100
Binary 11011111 1101000 11001011 0 110101 1001 1101 100110110 1000001 1000000

Color Harmonies of #DF68CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF68CB

Black with #DF68CB

Text Example


Text Example

White with #DF68CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF68CB; }

 p { color: rgb(223,104,203); }

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

background-color css

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

 a { background-color: rgb(223,104,203); }

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

border-color css

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

 span { border-color: rgb(223,104,203); }

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