Html Css Color HEX #C075CC Orchid

📋 copy color: '#C075CC'

red 192 ◦ green 117 ◦ blue 204

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

Shades of Orchid #C075CC

Tints of Orchid #C075CC

RGB

 RED value IS 192 (75.39% from 255) = 37.43%

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

 BLUE value IS 204 (80.08% from 255) = 39.77%

R = 37.43%
G = 22.81%
B = 39.77%

CMYK

 C value IS 0.06

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C075CC (or 0xC075CC) is known color: Orchid. HEX triplet: C0, 75 and CC. RGB value is (192,117,204). Sum of RGB (Red+Green+Blue) = 192+117+204=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 117 (46.09% from 255 or 22.81% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 204 - color contains mainly: blue. Hex color #C075CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C075CC is #3F8A33. Grayscale: #959595. Windows color (decimal): -4164148 or 13399488. OLE color: 13399488.

HSL color Cylindrical-coordinate representation of color #C075CC: hue angle of 291.72º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C075CC is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 192 117 204 -
CMYK 0.06 0.43 0 0.2
HSL 291.72º 0.46% 0.63% -
HSV(B) 291.72º 0.43% 0.8% -
XYZ 39 28.29 60.53 -
YUV 149.34 158.85 158.43 -
System Red Green Blue C M Y K H S L
Decimal 192 117 204 0.06 0.43 0 0.2 291.72 0.46 0.63
Hex C0 75 CC 6 2B 0 14 124 2E 3F
Octal 300 165 314 6 53 0 24 444 56 77
Binary 11000000 1110101 11001100 110 101011 0 10100 100100100 101110 111111

Color Harmonies of #C075CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C075CC

Black with #C075CC

Text Example


Text Example

White with #C075CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C075CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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