Html Css Color HEX #CC75DF Orchid

📋 copy color: '#CC75DF'

red 204 ◦ green 117 ◦ blue 223

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

Shades of Orchid #CC75DF

Tints of Orchid #CC75DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.99%

R = 37.5%
G = 21.51%
B = 40.99%

CMYK

 C value IS 0.09

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC75DF (or 0xCC75DF) is known color: Orchid. HEX triplet: CC, 75 and DF. RGB value is (204,117,223). Sum of RGB (Red+Green+Blue) = 204+117+223=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 117 (46.09% from 255 or 21.51% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC75DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC75DF is #338A20. Grayscale: #9A9A9A. Windows color (decimal): -3377697 or 14644684. OLE color: 14644684.

HSL color Cylindrical-coordinate representation of color #CC75DF: hue angle of 289.25º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC75DF is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 117 223 -
CMYK 0.09 0.48 0 0.13
HSL 289.25º 0.62% 0.67% -
HSV(B) 289.25º 0.48% 0.87% -
XYZ 44.58 30.89 73.42 -
YUV 155.1 166.32 162.88 -
System Red Green Blue C M Y K H S L
Decimal 204 117 223 0.09 0.48 0 0.13 289.25 0.62 0.67
Hex CC 75 DF 9 30 0 D 121 3E 43
Octal 314 165 337 11 60 0 15 441 76 103
Binary 11001100 1110101 11011111 1001 110000 0 1101 100100001 111110 1000011

Color Harmonies of #CC75DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC75DF

Black with #CC75DF

Text Example


Text Example

White with #CC75DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC75DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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