Html Css Color HEX #CE7BE4 Orchid

📋 copy color: '#CE7BE4'

red 206 ◦ green 123 ◦ blue 228

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

Shades of Orchid #CE7BE4

Tints of Orchid #CE7BE4

RGB

 RED value IS 206 (80.86% from 255) = 36.98%

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

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

R = 36.98%
G = 22.08%
B = 40.93%

CMYK

 C value IS 0.10

 M value IS 0.46

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CE7BE4 (or 0xCE7BE4) is known color: Orchid. HEX triplet: CE, 7B and E4. RGB value is (206,123,228). Sum of RGB (Red+Green+Blue) = 206+123+228=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 123 (48.44% from 255 or 22.08% from 557); Blue value is 228 (89.45% from 255 or 40.93% from 557); Max value from RGB is 228 - color contains mainly: blue. Hex color #CE7BE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7BE4 is #31841B. Grayscale: #9F9F9F. Windows color (decimal): -3245084 or 14973902. OLE color: 14973902.

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

Color convert

RGB 206 123 228 -
CMYK 0.10 0.46 0 0.11
HSL 287.43º 0.66% 0.69% -
HSV(B) 287.43º 0.46% 0.89% -
XYZ 46.54 32.89 77.29 -
YUV 159.79 166.5 160.96 -
System Red Green Blue C M Y K H S L
Decimal 206 123 228 0.10 0.46 0 0.11 287.43 0.66 0.69
Hex CE 7B E4 A 2E 0 B 11F 42 45
Octal 316 173 344 12 56 0 13 437 102 105
Binary 11001110 1111011 11100100 1010 101110 0 1011 100011111 1000010 1000101

Color Harmonies of #CE7BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7BE4

Black with #CE7BE4

Text Example


Text Example

White with #CE7BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7BE4; }

 p { color: rgb(206,123,228); }

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

background-color css

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

 a { background-color: rgb(206,123,228); }

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

border-color css

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

 span { border-color: rgb(206,123,228); }

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