Html Css Color HEX #CC75CF Orchid

📋 copy color: '#CC75CF'

red 204 ◦ green 117 ◦ blue 207

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

Shades of Orchid #CC75CF

Tints of Orchid #CC75CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.2%

R = 38.64%
G = 22.16%
B = 39.2%

CMYK

 C value IS 0.01

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC75CF (or 0xCC75CF) is known color: Orchid. HEX triplet: CC, 75 and CF. RGB value is (204,117,207). Sum of RGB (Red+Green+Blue) = 204+117+207=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 117 (46.09% from 255 or 22.16% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC75CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC75CF is #338A30. Grayscale: #999999. Windows color (decimal): -3377713 or 13596108. OLE color: 13596108.

HSL color Cylindrical-coordinate representation of color #CC75CF: hue angle of 298º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC75CF is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 117 207 -
CMYK 0.01 0.43 0 0.19
HSL 298º 0.48% 0.64% -
HSV(B) 298º 0.43% 0.81% -
XYZ 42.53 30.06 62.59 -
YUV 153.27 158.32 164.18 -
System Red Green Blue C M Y K H S L
Decimal 204 117 207 0.01 0.43 0 0.19 298 0.48 0.64
Hex CC 75 CF 1 2B 0 13 12A 30 40
Octal 314 165 317 1 53 0 23 452 60 100
Binary 11001100 1110101 11001111 1 101011 0 10011 100101010 110000 1000000

Color Harmonies of #CC75CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC75CF

Black with #CC75CF

Text Example


Text Example

White with #CC75CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC75CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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