Html Css Color HEX #DC65DF Orchid

📋 copy color: '#DC65DF'

red 220 ◦ green 101 ◦ blue 223

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

Shades of Orchid #DC65DF

Tints of Orchid #DC65DF

RGB

 RED value IS 220 (86.33% from 255) = 40.44%

 GREEN value IS 101 (39.84% from 255) = 18.57%

 BLUE value IS 223 (87.5% from 255) = 40.99%

R = 40.44%
G = 18.57%
B = 40.99%

CMYK

 C value IS 0.01

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC65DF (or 0xDC65DF) is known color: Orchid. HEX triplet: DC, 65 and DF. RGB value is (220,101,223). Sum of RGB (Red+Green+Blue) = 220+101+223=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 101 (39.84% from 255 or 18.57% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC65DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC65DF is #239A20. Grayscale: #969696. Windows color (decimal): -2333217 or 14640604. OLE color: 14640604.

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

Color convert

RGB 220 101 223 -
CMYK 0.01 0.55 0 0.13
HSL 298.52º 0.66% 0.64% -
HSV(B) 298.52º 0.55% 0.87% -
XYZ 47.49 29.85 73.07 -
YUV 150.49 168.92 177.58 -
System Red Green Blue C M Y K H S L
Decimal 220 101 223 0.01 0.55 0 0.13 298.52 0.66 0.64
Hex DC 65 DF 1 37 0 D 12B 42 40
Octal 334 145 337 1 67 0 15 453 102 100
Binary 11011100 1100101 11011111 1 110111 0 1101 100101011 1000010 1000000

Color Harmonies of #DC65DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC65DF

Black with #DC65DF

Text Example


Text Example

White with #DC65DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC65DF; }

 p { color: rgb(220,101,223); }

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

background-color css

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

 a { background-color: rgb(220,101,223); }

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

border-color css

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

 span { border-color: rgb(220,101,223); }

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