Html Css Color HEX #C380CB Orchid

📋 copy color: '#C380CB'

red 195 ◦ green 128 ◦ blue 203

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

Shades of Orchid #C380CB

Tints of Orchid #C380CB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.33%

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

R = 37.07%
G = 24.33%
B = 38.59%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C380CB (or 0xC380CB) is known color: Orchid. HEX triplet: C3, 80 and CB. RGB value is (195,128,203). Sum of RGB (Red+Green+Blue) = 195+128+203=526 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.07% from 526); Green value is 128 (50.39% from 255 or 24.33% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 203 - color contains mainly: blue. Hex color #C380CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C380CB is #3C7F34. Grayscale: #9C9C9C. Windows color (decimal): -3964725 or 13336771. OLE color: 13336771.

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

Color convert

RGB 195 128 203 -
CMYK 0.04 0.37 0 0.20
HSL 293.6º 0.42% 0.65% -
HSV(B) 293.6º 0.37% 0.8% -
XYZ 41 31.35 60.39 -
YUV 156.58 154.2 155.4 -
System Red Green Blue C M Y K H S L
Decimal 195 128 203 0.04 0.37 0 0.20 293.6 0.42 0.65
Hex C3 80 CB 4 25 0 14 126 2A 41
Octal 303 200 313 4 45 0 24 446 52 101
Binary 11000011 10000000 11001011 100 100101 0 10100 100100110 101010 1000001

Color Harmonies of #C380CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C380CB

Black with #C380CB

Text Example


Text Example

White with #C380CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C380CB; }

 p { color: rgb(195,128,203); }

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

background-color css

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

 a { background-color: rgb(195,128,203); }

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

border-color css

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

 span { border-color: rgb(195,128,203); }

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