Html Css Color HEX #DF6CCA Orchid

📋 copy color: '#DF6CCA'

red 223 ◦ green 108 ◦ blue 202

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

Shades of Orchid #DF6CCA

Tints of Orchid #DF6CCA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.26%

 BLUE value IS 202 (79.3% from 255) = 37.9%

R = 41.84%
G = 20.26%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DF6CCA (or 0xDF6CCA) is known color: Orchid. HEX triplet: DF, 6C and CA. RGB value is (223,108,202). Sum of RGB (Red+Green+Blue) = 223+108+202=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 108 (42.58% from 255 or 20.26% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6CCA is #209335. Grayscale: #989898. Windows color (decimal): -2134838 or 13266143. OLE color: 13266143.

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

Color convert

RGB 223 108 202 -
CMYK 0 0.52 0.09 0.13
HSL 310.96º 0.64% 0.65% -
HSV(B) 310.96º 0.52% 0.87% -
XYZ 46.45 30.68 59.35 -
YUV 153.1 155.6 177.86 -
System Red Green Blue C M Y K H S L
Decimal 223 108 202 0 0.52 0.09 0.13 310.96 0.64 0.65
Hex DF 6C CA 0 34 9 D 137 40 41
Octal 337 154 312 0 64 11 15 467 100 101
Binary 11011111 1101100 11001010 0 110100 1001 1101 100110111 1000000 1000001

Color Harmonies of #DF6CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6CCA

Black with #DF6CCA

Text Example


Text Example

White with #DF6CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6CCA; }

 p { color: rgb(223,108,202); }

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

background-color css

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

 a { background-color: rgb(223,108,202); }

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

border-color css

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

 span { border-color: rgb(223,108,202); }

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