Html Css Color HEX #CC65CD Orchid

📋 copy color: '#CC65CD'

red 204 ◦ green 101 ◦ blue 205

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

Shades of Orchid #CC65CD

Tints of Orchid #CC65CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.2%

R = 40%
G = 19.8%
B = 40.2%

CMYK

 C value IS 0.00

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CC65CD (or 0xCC65CD) is known color: Orchid. HEX triplet: CC, 65 and CD. RGB value is (204,101,205). Sum of RGB (Red+Green+Blue) = 204+101+205=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 101 (39.84% from 255 or 19.80% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC65CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC65CD is #339A32. Grayscale: #8F8F8F. Windows color (decimal): -3381811 or 13460940. OLE color: 13460940.

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

Color convert

RGB 204 101 205 -
CMYK 0.00 0.51 0 0.20
HSL 299.42º 0.51% 0.6% -
HSV(B) 299.42º 0.51% 0.8% -
XYZ 40.57 26.55 60.74 -
YUV 143.65 162.62 171.04 -
System Red Green Blue C M Y K H S L
Decimal 204 101 205 0.00 0.51 0 0.20 299.42 0.51 0.6
Hex CC 65 CD 0 33 0 14 12B 33 3C
Octal 314 145 315 0 63 0 24 453 63 74
Binary 11001100 1100101 11001101 0 110011 0 10100 100101011 110011 111100

Color Harmonies of #CC65CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC65CD

Black with #CC65CD

Text Example


Text Example

White with #CC65CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC65CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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