Html Css Color HEX #CC65D5 Orchid

📋 copy color: '#CC65D5'

red 204 ◦ green 101 ◦ blue 213

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

Shades of Orchid #CC65D5

Tints of Orchid #CC65D5

RGB

 RED value IS 204 (80.08% from 255) = 39.38%

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

 BLUE value IS 213 (83.59% from 255) = 41.12%

R = 39.38%
G = 19.5%
B = 41.12%

CMYK

 C value IS 0.04

 M value IS 0.53

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CC65D5 (or 0xCC65D5) is known color: Orchid. HEX triplet: CC, 65 and D5. RGB value is (204,101,213). Sum of RGB (Red+Green+Blue) = 204+101+213=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 101 (39.84% from 255 or 19.50% from 518); Blue value is 213 (83.59% from 255 or 41.12% from 518); Max value from RGB is 213 - color contains mainly: blue. Hex color #CC65D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC65D5 is #339A2A. Grayscale: #909090. Windows color (decimal): -3381803 or 13985228. OLE color: 13985228.

HSL color Cylindrical-coordinate representation of color #CC65D5: hue angle of 295.18º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC65D5 is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 101 213 -
CMYK 0.04 0.53 0 0.16
HSL 295.18º 0.57% 0.62% -
HSV(B) 295.18º 0.53% 0.84% -
XYZ 41.57 26.95 65.96 -
YUV 144.57 166.62 170.39 -
System Red Green Blue C M Y K H S L
Decimal 204 101 213 0.04 0.53 0 0.16 295.18 0.57 0.62
Hex CC 65 D5 4 35 0 10 127 39 3E
Octal 314 145 325 4 65 0 20 447 71 76
Binary 11001100 1100101 11010101 100 110101 0 10000 100100111 111001 111110

Color Harmonies of #CC65D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC65D5

Black with #CC65D5

Text Example


Text Example

White with #CC65D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC65D5; }

 p { color: rgb(204,101,213); }

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

background-color css

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

 a { background-color: rgb(204,101,213); }

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

border-color css

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

 span { border-color: rgb(204,101,213); }

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