Html Css Color HEX #CB7CE4 Orchid

📋 copy color: '#CB7CE4'

red 203 ◦ green 124 ◦ blue 228

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

Shades of Orchid #CB7CE4

Tints of Orchid #CB7CE4

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.34%

 BLUE value IS 228 (89.45% from 255) = 41.08%

R = 36.58%
G = 22.34%
B = 41.08%

CMYK

 C value IS 0.11

 M value IS 0.46

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CB7CE4 (or 0xCB7CE4) is known color: Orchid. HEX triplet: CB, 7C and E4. RGB value is (203,124,228). Sum of RGB (Red+Green+Blue) = 203+124+228=555 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.58% from 555); Green value is 124 (48.83% from 255 or 22.34% from 555); Blue value is 228 (89.45% from 255 or 41.08% from 555); Max value from RGB is 228 - color contains mainly: blue. Hex color #CB7CE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7CE4 is #34831B. Grayscale: #9F9F9F. Windows color (decimal): -3441436 or 14974155. OLE color: 14974155.

HSL color Cylindrical-coordinate representation of color #CB7CE4: hue angle of 285.58º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CB7CE4 is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 203 124 228 -
CMYK 0.11 0.46 0 0.11
HSL 285.58º 0.66% 0.69% -
HSV(B) 285.58º 0.46% 0.89% -
XYZ 45.84 32.71 77.3 -
YUV 159.48 166.67 159.04 -
System Red Green Blue C M Y K H S L
Decimal 203 124 228 0.11 0.46 0 0.11 285.58 0.66 0.69
Hex CB 7C E4 B 2E 0 B 11E 42 45
Octal 313 174 344 13 56 0 13 436 102 105
Binary 11001011 1111100 11100100 1011 101110 0 1011 100011110 1000010 1000101

Color Harmonies of #CB7CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7CE4

Black with #CB7CE4

Text Example


Text Example

White with #CB7CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7CE4; }

 p { color: rgb(203,124,228); }

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

background-color css

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

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

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

border-color css

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

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

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