Html Css Color HEX #CD6ACC Orchid

📋 copy color: '#CD6ACC'

red 205 ◦ green 106 ◦ blue 204

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

Shades of Orchid #CD6ACC

Tints of Orchid #CD6ACC

RGB

 RED value IS 205 (80.47% from 255) = 39.81%

 GREEN value IS 106 (41.8% from 255) = 20.58%

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

R = 39.81%
G = 20.58%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#CD6ACC (or 0xCD6ACC) is known color: Orchid. HEX triplet: CD, 6A and CC. RGB value is (205,106,204). Sum of RGB (Red+Green+Blue) = 205+106+204=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 106 (41.80% from 255 or 20.58% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6ACC is #329533. Grayscale: #929292. Windows color (decimal): -3314996 or 13396685. OLE color: 13396685.

HSL color Cylindrical-coordinate representation of color #CD6ACC: hue angle of 300.61º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CD6ACC is Cyan = 0, Magento = 0.48, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 106 204 -
CMYK 0 0.48 0.00 0.20
HSL 300.61º 0.5% 0.61% -
HSV(B) 300.61º 0.48% 0.8% -
XYZ 41.23 27.65 60.29 -
YUV 146.77 160.3 169.53 -
System Red Green Blue C M Y K H S L
Decimal 205 106 204 0 0.48 0.00 0.20 300.61 0.5 0.61
Hex CD 6A CC 0 30 0 14 12D 32 3D
Octal 315 152 314 0 60 0 24 455 62 75
Binary 11001101 1101010 11001100 0 110000 0 10100 100101101 110010 111101

Color Harmonies of #CD6ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6ACC

Black with #CD6ACC

Text Example


Text Example

White with #CD6ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6ACC; }

 p { color: rgb(205,106,204); }

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

background-color css

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

 a { background-color: rgb(205,106,204); }

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

border-color css

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

 span { border-color: rgb(205,106,204); }

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