Html Css Color HEX #C375CA Orchid

📋 copy color: '#C375CA'

red 195 ◦ green 117 ◦ blue 202

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

Shades of Orchid #C375CA

Tints of Orchid #C375CA

RGB

 RED value IS 195 (76.56% from 255) = 37.94%

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

 BLUE value IS 202 (79.3% from 255) = 39.3%

R = 37.94%
G = 22.76%
B = 39.3%

CMYK

 C value IS 0.03

 M value IS 0.42

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C375CA (or 0xC375CA) is known color: Orchid. HEX triplet: C3, 75 and CA. RGB value is (195,117,202). Sum of RGB (Red+Green+Blue) = 195+117+202=514 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.94% from 514); Green value is 117 (46.09% from 255 or 22.76% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 202 - color contains mainly: blue. Hex color #C375CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C375CA is #3C8A35. Grayscale: #959595. Windows color (decimal): -3967542 or 13268419. OLE color: 13268419.

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

Color convert

RGB 195 117 202 -
CMYK 0.03 0.42 0 0.21
HSL 295.06º 0.45% 0.63% -
HSV(B) 295.06º 0.42% 0.79% -
XYZ 39.53 28.59 59.31 -
YUV 150.01 157.34 160.09 -
System Red Green Blue C M Y K H S L
Decimal 195 117 202 0.03 0.42 0 0.21 295.06 0.45 0.63
Hex C3 75 CA 3 2A 0 15 127 2D 3F
Octal 303 165 312 3 52 0 25 447 55 77
Binary 11000011 1110101 11001010 11 101010 0 10101 100100111 101101 111111

Color Harmonies of #C375CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C375CA

Black with #C375CA

Text Example


Text Example

White with #C375CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C375CA; }

 p { color: rgb(195,117,202); }

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

background-color css

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

 a { background-color: rgb(195,117,202); }

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

border-color css

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

 span { border-color: rgb(195,117,202); }

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