Html Css Color HEX #CB6EBE Orchid

📋 copy color: '#CB6EBE'

red 203 ◦ green 110 ◦ blue 190

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

Shades of Orchid #CB6EBE

Tints of Orchid #CB6EBE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.87%

 BLUE value IS 190 (74.61% from 255) = 37.77%

R = 40.36%
G = 21.87%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CB6EBE (or 0xCB6EBE) is known color: Orchid. HEX triplet: CB, 6E and BE. RGB value is (203,110,190). Sum of RGB (Red+Green+Blue) = 203+110+190=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 110 (43.36% from 255 or 21.87% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6EBE is #349141. Grayscale: #929292. Windows color (decimal): -3445058 or 12480203. OLE color: 12480203.

HSL color Cylindrical-coordinate representation of color #CB6EBE: hue angle of 308.39º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CB6EBE is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 110 190 -
CMYK 0 0.46 0.06 0.20
HSL 308.39º 0.47% 0.61% -
HSV(B) 308.39º 0.46% 0.8% -
XYZ 39.5 27.57 51.95 -
YUV 146.93 152.31 168 -
System Red Green Blue C M Y K H S L
Decimal 203 110 190 0 0.46 0.06 0.20 308.39 0.47 0.61
Hex CB 6E BE 0 2E 6 14 134 2F 3D
Octal 313 156 276 0 56 6 24 464 57 75
Binary 11001011 1101110 10111110 0 101110 110 10100 100110100 101111 111101

Color Harmonies of #CB6EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6EBE

Black with #CB6EBE

Text Example


Text Example

White with #CB6EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6EBE; }

 p { color: rgb(203,110,190); }

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

background-color css

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

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

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

border-color css

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

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

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