Html Css Color HEX #DF6CC1 Orchid

📋 copy color: '#DF6CC1'

red 223 ◦ green 108 ◦ blue 193

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

Shades of Orchid #DF6CC1

Tints of Orchid #DF6CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.83%

R = 42.56%
G = 20.61%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DF6CC1 (or 0xDF6CC1) is known color: Orchid. HEX triplet: DF, 6C and C1. RGB value is (223,108,193). Sum of RGB (Red+Green+Blue) = 223+108+193=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 108 (42.58% from 255 or 20.61% from 524); Blue value is 193 (75.78% from 255 or 36.83% from 524); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6CC1 is #20933E. Grayscale: #979797. Windows color (decimal): -2134847 or 12676319. OLE color: 12676319.

HSL color Cylindrical-coordinate representation of color #DF6CC1: hue angle of 315.65º 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 #DF6CC1 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 108 193 -
CMYK 0 0.52 0.13 0.13
HSL 315.65º 0.64% 0.65% -
HSV(B) 315.65º 0.52% 0.87% -
XYZ 45.42 30.26 53.9 -
YUV 152.08 151.1 178.59 -
System Red Green Blue C M Y K H S L
Decimal 223 108 193 0 0.52 0.13 0.13 315.65 0.64 0.65
Hex DF 6C C1 0 34 D D 13C 40 41
Octal 337 154 301 0 64 15 15 474 100 101
Binary 11011111 1101100 11000001 0 110100 1101 1101 100111100 1000000 1000001

Color Harmonies of #DF6CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6CC1

Black with #DF6CC1

Text Example


Text Example

White with #DF6CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6CC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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