Html Css Color HEX #CE67E4 Orchid

📋 copy color: '#CE67E4'

red 206 ◦ green 103 ◦ blue 228

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

Shades of Orchid #CE67E4

Tints of Orchid #CE67E4

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.18%

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

R = 38.36%
G = 19.18%
B = 42.46%

CMYK

 C value IS 0.10

 M value IS 0.55

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CE67E4 (or 0xCE67E4) is known color: Orchid. HEX triplet: CE, 67 and E4. RGB value is (206,103,228). Sum of RGB (Red+Green+Blue) = 206+103+228=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 103 (40.62% from 255 or 19.18% from 537); Blue value is 228 (89.45% from 255 or 42.46% from 537); Max value from RGB is 228 - color contains mainly: blue. Hex color #CE67E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE67E4 is #31981B. Grayscale: #939393. Windows color (decimal): -3250204 or 14968782. OLE color: 14968782.

HSL color Cylindrical-coordinate representation of color #CE67E4: hue angle of 289.44º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE67E4 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 103 228 -
CMYK 0.10 0.55 0 0.11
HSL 289.44º 0.7% 0.65% -
HSV(B) 289.44º 0.55% 0.89% -
XYZ 44.31 28.42 76.55 -
YUV 148.05 173.12 169.34 -
System Red Green Blue C M Y K H S L
Decimal 206 103 228 0.10 0.55 0 0.11 289.44 0.7 0.65
Hex CE 67 E4 A 37 0 B 121 46 41
Octal 316 147 344 12 67 0 13 441 106 101
Binary 11001110 1100111 11100100 1010 110111 0 1011 100100001 1000110 1000001

Color Harmonies of #CE67E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE67E4

Black with #CE67E4

Text Example


Text Example

White with #CE67E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE67E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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