Html Css Color HEX #CE67D7 Orchid

📋 copy color: '#CE67D7'

red 206 ◦ green 103 ◦ blue 215

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

Shades of Orchid #CE67D7

Tints of Orchid #CE67D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.03%

R = 39.31%
G = 19.66%
B = 41.03%

CMYK

 C value IS 0.04

 M value IS 0.52

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE67D7 (or 0xCE67D7) is known color: Orchid. HEX triplet: CE, 67 and D7. RGB value is (206,103,215). Sum of RGB (Red+Green+Blue) = 206+103+215=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 103 (40.62% from 255 or 19.66% from 524); Blue value is 215 (84.38% from 255 or 41.03% from 524); Max value from RGB is 215 - color contains mainly: blue. Hex color #CE67D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE67D7 is #319828. Grayscale: #929292. Windows color (decimal): -3250217 or 14116814. OLE color: 14116814.

HSL color Cylindrical-coordinate representation of color #CE67D7: hue angle of 295.18º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE67D7 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 103 215 -
CMYK 0.04 0.52 0 0.16
HSL 295.18º 0.58% 0.62% -
HSV(B) 295.18º 0.52% 0.84% -
XYZ 42.57 27.73 67.4 -
YUV 146.57 166.62 170.39 -
System Red Green Blue C M Y K H S L
Decimal 206 103 215 0.04 0.52 0 0.16 295.18 0.58 0.62
Hex CE 67 D7 4 34 0 10 127 3A 3E
Octal 316 147 327 4 64 0 20 447 72 76
Binary 11001110 1100111 11010111 100 110100 0 10000 100100111 111010 111110

Color Harmonies of #CE67D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE67D7

Black with #CE67D7

Text Example


Text Example

White with #CE67D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE67D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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