Html Css Color HEX #CB6EC1 Orchid

📋 copy color: '#CB6EC1'

red 203 ◦ green 110 ◦ blue 193

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

Shades of Orchid #CB6EC1

Tints of Orchid #CB6EC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 38.14%

R = 40.12%
G = 21.74%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#CB6EC1 (or 0xCB6EC1) is known color: Orchid. HEX triplet: CB, 6E and C1. RGB value is (203,110,193). Sum of RGB (Red+Green+Blue) = 203+110+193=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 110 (43.36% from 255 or 21.74% from 506); Blue value is 193 (75.78% from 255 or 38.14% from 506); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6EC1 is #34913E. Grayscale: #939393. Windows color (decimal): -3445055 or 12676811. OLE color: 12676811.

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

Color convert

RGB 203 110 193 -
CMYK 0 0.46 0.05 0.20
HSL 306.45º 0.47% 0.61% -
HSV(B) 306.45º 0.46% 0.8% -
XYZ 39.83 27.7 53.7 -
YUV 147.27 153.81 167.75 -
System Red Green Blue C M Y K H S L
Decimal 203 110 193 0 0.46 0.05 0.20 306.45 0.47 0.61
Hex CB 6E C1 0 2E 5 14 132 2F 3D
Octal 313 156 301 0 56 5 24 462 57 75
Binary 11001011 1101110 11000001 0 101110 101 10100 100110010 101111 111101

Color Harmonies of #CB6EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6EC1

Black with #CB6EC1

Text Example


Text Example

White with #CB6EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6EC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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