Html Css Color HEX #CB7FCB Orchid

📋 copy color: '#CB7FCB'

red 203 ◦ green 127 ◦ blue 203

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

Shades of Orchid #CB7FCB

Tints of Orchid #CB7FCB

RGB

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

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

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

R = 38.09%
G = 23.83%
B = 38.09%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CB7FCB (or 0xCB7FCB) is known color: Orchid. HEX triplet: CB, 7F and CB. RGB value is (203,127,203). Sum of RGB (Red+Green+Blue) = 203+127+203=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 127 (50% from 255 or 23.83% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB7FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7FCB is #348034. Grayscale: #9E9E9E. Windows color (decimal): -3440693 or 13336523. OLE color: 13336523.

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

Color convert

RGB 203 127 203 -
CMYK 0 0.37 0 0.20
HSL 300º 0.42% 0.65% -
HSV(B) 300º 0.37% 0.8% -
XYZ 43 32.19 60.45 -
YUV 158.39 153.18 159.82 -
System Red Green Blue C M Y K H S L
Decimal 203 127 203 0 0.37 0 0.20 300 0.42 0.65
Hex CB 7F CB 0 25 0 14 12C 2A 41
Octal 313 177 313 0 45 0 24 454 52 101
Binary 11001011 1111111 11001011 0 100101 0 10100 100101100 101010 1000001

Color Harmonies of #CB7FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7FCB

Black with #CB7FCB

Text Example


Text Example

White with #CB7FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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