Html Css Color HEX #CE67E7 Orchid

📋 copy color: '#CE67E7'

red 206 ◦ green 103 ◦ blue 231

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

Shades of Orchid #CE67E7

Tints of Orchid #CE67E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 42.78%

R = 38.15%
G = 19.07%
B = 42.78%

CMYK

 C value IS 0.11

 M value IS 0.55

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CE67E7 (or 0xCE67E7) is known color: Orchid. HEX triplet: CE, 67 and E7. RGB value is (206,103,231). Sum of RGB (Red+Green+Blue) = 206+103+231=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 103 (40.62% from 255 or 19.07% from 540); Blue value is 231 (90.62% from 255 or 42.78% from 540); Max value from RGB is 231 - color contains mainly: blue. Hex color #CE67E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE67E7 is #319818. Grayscale: #939393. Windows color (decimal): -3250201 or 15165390. OLE color: 15165390.

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

Color convert

RGB 206 103 231 -
CMYK 0.11 0.55 0 0.09
HSL 288.28º 0.73% 0.65% -
HSV(B) 288.28º 0.55% 0.91% -
XYZ 44.73 28.59 78.76 -
YUV 148.39 174.62 169.09 -
System Red Green Blue C M Y K H S L
Decimal 206 103 231 0.11 0.55 0 0.09 288.28 0.73 0.65
Hex CE 67 E7 B 37 0 9 120 49 41
Octal 316 147 347 13 67 0 11 440 111 101
Binary 11001110 1100111 11100111 1011 110111 0 1001 100100000 1001001 1000001

Color Harmonies of #CE67E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE67E7

Black with #CE67E7

Text Example


Text Example

White with #CE67E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE67E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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