Html Css Color HEX #CB7BD7 Orchid

📋 copy color: '#CB7BD7'

red 203 ◦ green 123 ◦ blue 215

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

Shades of Orchid #CB7BD7

Tints of Orchid #CB7BD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.74%

R = 37.52%
G = 22.74%
B = 39.74%

CMYK

 C value IS 0.06

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CB7BD7 (or 0xCB7BD7) is known color: Orchid. HEX triplet: CB, 7B and D7. RGB value is (203,123,215). Sum of RGB (Red+Green+Blue) = 203+123+215=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 123 (48.44% from 255 or 22.74% from 541); Blue value is 215 (84.38% from 255 or 39.74% from 541); Max value from RGB is 215 - color contains mainly: blue. Hex color #CB7BD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7BD7 is #348428. Grayscale: #9D9D9D. Windows color (decimal): -3441705 or 14121931. OLE color: 14121931.

HSL color Cylindrical-coordinate representation of color #CB7BD7: hue angle of 292.17º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB7BD7 is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 203 123 215 -
CMYK 0.06 0.43 0 0.16
HSL 292.17º 0.53% 0.66% -
HSV(B) 292.17º 0.43% 0.84% -
XYZ 43.98 31.77 68.1 -
YUV 157.41 160.5 160.52 -
System Red Green Blue C M Y K H S L
Decimal 203 123 215 0.06 0.43 0 0.16 292.17 0.53 0.66
Hex CB 7B D7 6 2B 0 10 124 35 42
Octal 313 173 327 6 53 0 20 444 65 102
Binary 11001011 1111011 11010111 110 101011 0 10000 100100100 110101 1000010

Color Harmonies of #CB7BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7BD7

Black with #CB7BD7

Text Example


Text Example

White with #CB7BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7BD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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