Html Css Color HEX #C382CB Orchid

📋 copy color: '#C382CB'

red 195 ◦ green 130 ◦ blue 203

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

Shades of Orchid #C382CB

Tints of Orchid #C382CB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.62%

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

R = 36.93%
G = 24.62%
B = 38.45%

CMYK

 C value IS 0.04

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C382CB (or 0xC382CB) is known color: Orchid. HEX triplet: C3, 82 and CB. RGB value is (195,130,203). Sum of RGB (Red+Green+Blue) = 195+130+203=528 (69% of max value = 765). Red value is 195 (76.56% from 255 or 36.93% from 528); Green value is 130 (51.17% from 255 or 24.62% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 203 - color contains mainly: blue. Hex color #C382CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C382CB is #3C7D34. Grayscale: #9D9D9D. Windows color (decimal): -3964213 or 13337283. OLE color: 13337283.

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

Color convert

RGB 195 130 203 -
CMYK 0.04 0.36 0 0.20
HSL 293.42º 0.41% 0.65% -
HSV(B) 293.42º 0.36% 0.8% -
XYZ 41.27 31.88 60.48 -
YUV 157.76 153.53 154.56 -
System Red Green Blue C M Y K H S L
Decimal 195 130 203 0.04 0.36 0 0.20 293.42 0.41 0.65
Hex C3 82 CB 4 24 0 14 125 29 41
Octal 303 202 313 4 44 0 24 445 51 101
Binary 11000011 10000010 11001011 100 100100 0 10100 100100101 101001 1000001

Color Harmonies of #C382CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C382CB

Black with #C382CB

Text Example


Text Example

White with #C382CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C382CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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