Html Css Color HEX #CB7FC3 Orchid

📋 copy color: '#CB7FC3'

red 203 ◦ green 127 ◦ blue 195

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

Shades of Orchid #CB7FC3

Tints of Orchid #CB7FC3

RGB

 RED value IS 203 (79.69% from 255) = 38.67%

 GREEN value IS 127 (50% from 255) = 24.19%

 BLUE value IS 195 (76.56% from 255) = 37.14%

R = 38.67%
G = 24.19%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#CB7FC3 (or 0xCB7FC3) is known color: Orchid. HEX triplet: CB, 7F and C3. RGB value is (203,127,195). Sum of RGB (Red+Green+Blue) = 203+127+195=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 127 (50% from 255 or 24.19% from 525); Blue value is 195 (76.56% from 255 or 37.14% from 525); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7FC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7FC3 is #34803C. Grayscale: #9D9D9D. Windows color (decimal): -3440701 or 12812235. OLE color: 12812235.

HSL color Cylindrical-coordinate representation of color #CB7FC3: hue angle of 306.32º 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 #CB7FC3 is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 127 195 -
CMYK 0 0.37 0.04 0.20
HSL 306.32º 0.42% 0.65% -
HSV(B) 306.32º 0.37% 0.8% -
XYZ 42.07 31.82 55.55 -
YUV 157.48 149.18 160.47 -
System Red Green Blue C M Y K H S L
Decimal 203 127 195 0 0.37 0.04 0.20 306.32 0.42 0.65
Hex CB 7F C3 0 25 4 14 132 2A 41
Octal 313 177 303 0 45 4 24 462 52 101
Binary 11001011 1111111 11000011 0 100101 100 10100 100110010 101010 1000001

Color Harmonies of #CB7FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7FC3

Black with #CB7FC3

Text Example


Text Example

White with #CB7FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7FC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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