Html Css Color HEX #CB7ED0 Orchid

📋 copy color: '#CB7ED0'

red 203 ◦ green 126 ◦ blue 208

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

Shades of Orchid #CB7ED0

Tints of Orchid #CB7ED0

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.46%

 BLUE value IS 208 (81.64% from 255) = 38.73%

R = 37.8%
G = 23.46%
B = 38.73%

CMYK

 C value IS 0.02

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CB7ED0 (or 0xCB7ED0) is known color: Orchid. HEX triplet: CB, 7E and D0. RGB value is (203,126,208). Sum of RGB (Red+Green+Blue) = 203+126+208=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 126 (49.61% from 255 or 23.46% from 537); Blue value is 208 (81.64% from 255 or 38.73% from 537); Max value from RGB is 208 - color contains mainly: blue. Hex color #CB7ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7ED0 is #34812F. Grayscale: #9E9E9E. Windows color (decimal): -3440944 or 13663947. OLE color: 13663947.

HSL color Cylindrical-coordinate representation of color #CB7ED0: hue angle of 296.34º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CB7ED0 is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 203 126 208 -
CMYK 0.02 0.39 0 0.18
HSL 296.34º 0.47% 0.65% -
HSV(B) 296.34º 0.39% 0.82% -
XYZ 43.47 32.17 63.59 -
YUV 158.37 156.01 159.83 -
System Red Green Blue C M Y K H S L
Decimal 203 126 208 0.02 0.39 0 0.18 296.34 0.47 0.65
Hex CB 7E D0 2 27 0 12 128 2F 41
Octal 313 176 320 2 47 0 22 450 57 101
Binary 11001011 1111110 11010000 10 100111 0 10010 100101000 101111 1000001

Color Harmonies of #CB7ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7ED0

Black with #CB7ED0

Text Example


Text Example

White with #CB7ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7ED0; }

 p { color: rgb(203,126,208); }

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

background-color css

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

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

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

border-color css

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

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

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