Html Css Color HEX #C37BCA Orchid

📋 copy color: '#C37BCA'

red 195 ◦ green 123 ◦ blue 202

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

Shades of Orchid #C37BCA

Tints of Orchid #C37BCA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.65%

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

R = 37.5%
G = 23.65%
B = 38.85%

CMYK

 C value IS 0.03

 M value IS 0.39

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C37BCA (or 0xC37BCA) is known color: Orchid. HEX triplet: C3, 7B and CA. RGB value is (195,123,202). Sum of RGB (Red+Green+Blue) = 195+123+202=520 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.5% from 520); Green value is 123 (48.44% from 255 or 23.65% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 202 - color contains mainly: blue. Hex color #C37BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37BCA is #3C8435. Grayscale: #999999. Windows color (decimal): -3966006 or 13269955. OLE color: 13269955.

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

Color convert

RGB 195 123 202 -
CMYK 0.03 0.39 0 0.21
HSL 294.68º 0.43% 0.64% -
HSV(B) 294.68º 0.39% 0.79% -
XYZ 40.25 30.03 59.55 -
YUV 153.53 155.35 157.58 -
System Red Green Blue C M Y K H S L
Decimal 195 123 202 0.03 0.39 0 0.21 294.68 0.43 0.64
Hex C3 7B CA 3 27 0 15 127 2B 40
Octal 303 173 312 3 47 0 25 447 53 100
Binary 11000011 1111011 11001010 11 100111 0 10101 100100111 101011 1000000

Color Harmonies of #C37BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37BCA

Black with #C37BCA

Text Example


Text Example

White with #C37BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37BCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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