Html Css Color HEX #DF83CC Orchid

📋 copy color: '#DF83CC'

red 223 ◦ green 131 ◦ blue 204

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

Shades of Orchid #DF83CC

Tints of Orchid #DF83CC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.48%

 BLUE value IS 204 (80.08% from 255) = 36.56%

R = 39.96%
G = 23.48%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DF83CC (or 0xDF83CC) is known color: Orchid. HEX triplet: DF, 83 and CC. RGB value is (223,131,204). Sum of RGB (Red+Green+Blue) = 223+131+204=558 (73% of max value = 765). Red value is 223 (87.5% from 255 or 39.96% from 558); Green value is 131 (51.56% from 255 or 23.48% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 223 - color contains mainly: red. Hex color #DF83CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF83CC is #207C33. Grayscale: #A6A6A6. Windows color (decimal): -2128948 or 13403103. OLE color: 13403103.

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

Color convert

RGB 223 131 204 -
CMYK 0 0.41 0.09 0.13
HSL 312.39º 0.59% 0.69% -
HSV(B) 312.39º 0.41% 0.87% -
XYZ 49.45 36.28 61.52 -
YUV 166.83 148.98 168.06 -
System Red Green Blue C M Y K H S L
Decimal 223 131 204 0 0.41 0.09 0.13 312.39 0.59 0.69
Hex DF 83 CC 0 29 9 D 138 3B 45
Octal 337 203 314 0 51 11 15 470 73 105
Binary 11011111 10000011 11001100 0 101001 1001 1101 100111000 111011 1000101

Color Harmonies of #DF83CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF83CC

Black with #DF83CC

Text Example


Text Example

White with #DF83CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF83CC; }

 p { color: rgb(223,131,204); }

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

background-color css

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

 a { background-color: rgb(223,131,204); }

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

border-color css

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

 span { border-color: rgb(223,131,204); }

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