Html Css Color HEX #DC65CE Orchid

📋 copy color: '#DC65CE'

red 220 ◦ green 101 ◦ blue 206

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

Shades of Orchid #DC65CE

Tints of Orchid #DC65CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.09%

R = 41.75%
G = 19.17%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DC65CE (or 0xDC65CE) is known color: Orchid. HEX triplet: DC, 65 and CE. RGB value is (220,101,206). Sum of RGB (Red+Green+Blue) = 220+101+206=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 101 (39.84% from 255 or 19.17% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DC65CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC65CE is #239A31. Grayscale: #949494. Windows color (decimal): -2333234 or 13526492. OLE color: 13526492.

HSL color Cylindrical-coordinate representation of color #DC65CE: hue angle of 307.06º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC65CE is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 101 206 -
CMYK 0 0.54 0.06 0.14
HSL 307.06º 0.63% 0.63% -
HSV(B) 307.06º 0.54% 0.86% -
XYZ 45.31 28.98 61.6 -
YUV 148.55 160.42 178.96 -
System Red Green Blue C M Y K H S L
Decimal 220 101 206 0 0.54 0.06 0.14 307.06 0.63 0.63
Hex DC 65 CE 0 36 6 E 133 3F 3F
Octal 334 145 316 0 66 6 16 463 77 77
Binary 11011100 1100101 11001110 0 110110 110 1110 100110011 111111 111111

Color Harmonies of #DC65CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC65CE

Black with #DC65CE

Text Example


Text Example

White with #DC65CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC65CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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