Html Css Color HEX #CC75D6 Orchid

📋 copy color: '#CC75D6'

red 204 ◦ green 117 ◦ blue 214

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

Shades of Orchid #CC75D6

Tints of Orchid #CC75D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40%

R = 38.13%
G = 21.87%
B = 40%

CMYK

 C value IS 0.05

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CC75D6 (or 0xCC75D6) is known color: Orchid. HEX triplet: CC, 75 and D6. RGB value is (204,117,214). Sum of RGB (Red+Green+Blue) = 204+117+214=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 117 (46.09% from 255 or 21.87% from 535); Blue value is 214 (83.98% from 255 or 40% from 535); Max value from RGB is 214 - color contains mainly: blue. Hex color #CC75D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC75D6 is #338A29. Grayscale: #999999. Windows color (decimal): -3377706 or 14054860. OLE color: 14054860.

HSL color Cylindrical-coordinate representation of color #CC75D6: hue angle of 293.81º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC75D6 is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 117 214 -
CMYK 0.05 0.45 0 0.16
HSL 293.81º 0.54% 0.65% -
HSV(B) 293.81º 0.45% 0.84% -
XYZ 43.4 30.41 67.2 -
YUV 154.07 161.82 163.61 -
System Red Green Blue C M Y K H S L
Decimal 204 117 214 0.05 0.45 0 0.16 293.81 0.54 0.65
Hex CC 75 D6 5 2D 0 10 126 36 41
Octal 314 165 326 5 55 0 20 446 66 101
Binary 11001100 1110101 11010110 101 101101 0 10000 100100110 110110 1000001

Color Harmonies of #CC75D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC75D6

Black with #CC75D6

Text Example


Text Example

White with #CC75D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC75D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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