Html Css Color HEX #DF7FCA Orchid

📋 copy color: '#DF7FCA'

red 223 ◦ green 127 ◦ blue 202

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

Shades of Orchid #DF7FCA

Tints of Orchid #DF7FCA

RGB

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

 GREEN value IS 127 (50% from 255) = 23.01%

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

R = 40.4%
G = 23.01%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DF7FCA (or 0xDF7FCA) is known color: Orchid. HEX triplet: DF, 7F and CA. RGB value is (223,127,202). Sum of RGB (Red+Green+Blue) = 223+127+202=552 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.40% from 552); Green value is 127 (50% from 255 or 23.01% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7FCA is #208035. Grayscale: #A4A4A4. Windows color (decimal): -2129974 or 13271007. OLE color: 13271007.

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

Color convert

RGB 223 127 202 -
CMYK 0 0.43 0.09 0.13
HSL 313.13º 0.6% 0.69% -
HSV(B) 313.13º 0.43% 0.87% -
XYZ 48.68 35.13 60.09 -
YUV 164.25 149.3 169.9 -
System Red Green Blue C M Y K H S L
Decimal 223 127 202 0 0.43 0.09 0.13 313.13 0.6 0.69
Hex DF 7F CA 0 2B 9 D 139 3C 45
Octal 337 177 312 0 53 11 15 471 74 105
Binary 11011111 1111111 11001010 0 101011 1001 1101 100111001 111100 1000101

Color Harmonies of #DF7FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7FCA

Black with #DF7FCA

Text Example


Text Example

White with #DF7FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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