Html Css Color HEX #C075CB Orchid

📋 copy color: '#C075CB'

red 192 ◦ green 117 ◦ blue 203

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

Shades of Orchid #C075CB

Tints of Orchid #C075CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.65%

R = 37.5%
G = 22.85%
B = 39.65%

CMYK

 C value IS 0.05

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C075CB (or 0xC075CB) is known color: Orchid. HEX triplet: C0, 75 and CB. RGB value is (192,117,203). Sum of RGB (Red+Green+Blue) = 192+117+203=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 117 (46.09% from 255 or 22.85% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 203 - color contains mainly: blue. Hex color #C075CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C075CB is #3F8A34. Grayscale: #949494. Windows color (decimal): -4164149 or 13333952. OLE color: 13333952.

HSL color Cylindrical-coordinate representation of color #C075CB: hue angle of 292.33º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C075CB is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 117 203 -
CMYK 0.05 0.42 0 0.20
HSL 292.33º 0.45% 0.63% -
HSV(B) 292.33º 0.42% 0.8% -
XYZ 38.88 28.24 59.9 -
YUV 149.23 158.35 158.51 -
System Red Green Blue C M Y K H S L
Decimal 192 117 203 0.05 0.42 0 0.20 292.33 0.45 0.63
Hex C0 75 CB 5 2A 0 14 124 2D 3F
Octal 300 165 313 5 52 0 24 444 55 77
Binary 11000000 1110101 11001011 101 101010 0 10100 100100100 101101 111111

Color Harmonies of #C075CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C075CB

Black with #C075CB

Text Example


Text Example

White with #C075CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C075CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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