Html Css Color HEX #CC75E5 Orchid

📋 copy color: '#CC75E5'

red 204 ◦ green 117 ◦ blue 229

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

Shades of Orchid #CC75E5

Tints of Orchid #CC75E5

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.27%

 BLUE value IS 229 (89.84% from 255) = 41.64%

R = 37.09%
G = 21.27%
B = 41.64%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CC75E5 (or 0xCC75E5) is known color: Orchid. HEX triplet: CC, 75 and E5. RGB value is (204,117,229). Sum of RGB (Red+Green+Blue) = 204+117+229=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 117 (46.09% from 255 or 21.27% from 550); Blue value is 229 (89.84% from 255 or 41.64% from 550); Max value from RGB is 229 - color contains mainly: blue. Hex color #CC75E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC75E5 is #338A1A. Grayscale: #9B9B9B. Windows color (decimal): -3377691 or 15037900. OLE color: 15037900.

HSL color Cylindrical-coordinate representation of color #CC75E5: hue angle of 286.61º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC75E5 is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 117 229 -
CMYK 0.11 0.49 0 0.10
HSL 286.61º 0.68% 0.68% -
HSV(B) 286.61º 0.49% 0.9% -
XYZ 45.41 31.22 77.76 -
YUV 155.78 169.32 162.39 -
System Red Green Blue C M Y K H S L
Decimal 204 117 229 0.11 0.49 0 0.10 286.61 0.68 0.68
Hex CC 75 E5 B 31 0 A 11F 44 44
Octal 314 165 345 13 61 0 12 437 104 104
Binary 11001100 1110101 11100101 1011 110001 0 1010 100011111 1000100 1000100

Color Harmonies of #CC75E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC75E5

Black with #CC75E5

Text Example


Text Example

White with #CC75E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC75E5; }

 p { color: rgb(204,117,229); }

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

background-color css

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

 a { background-color: rgb(204,117,229); }

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

border-color css

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

 span { border-color: rgb(204,117,229); }

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