Html Css Color HEX #CB7BCB Orchid

📋 copy color: '#CB7BCB'

red 203 ◦ green 123 ◦ blue 203

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

Shades of Orchid #CB7BCB

Tints of Orchid #CB7BCB

RGB

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

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

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

R = 38.37%
G = 23.25%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CB7BCB (or 0xCB7BCB) is known color: Orchid. HEX triplet: CB, 7B and CB. RGB value is (203,123,203). Sum of RGB (Red+Green+Blue) = 203+123+203=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 123 (48.44% from 255 or 23.25% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB7BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7BCB is #348434. Grayscale: #9B9B9B. Windows color (decimal): -3441717 or 13335499. OLE color: 13335499.

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

Color convert

RGB 203 123 203 -
CMYK 0 0.39 0 0.20
HSL 300º 0.43% 0.64% -
HSV(B) 300º 0.39% 0.8% -
XYZ 42.49 31.17 60.28 -
YUV 156.04 154.5 161.5 -
System Red Green Blue C M Y K H S L
Decimal 203 123 203 0 0.39 0 0.20 300 0.43 0.64
Hex CB 7B CB 0 27 0 14 12C 2B 40
Octal 313 173 313 0 47 0 24 454 53 100
Binary 11001011 1111011 11001011 0 100111 0 10100 100101100 101011 1000000

Color Harmonies of #CB7BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7BCB

Black with #CB7BCB

Text Example


Text Example

White with #CB7BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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