Html Css Color HEX #CE67D5 Orchid

📋 copy color: '#CE67D5'

red 206 ◦ green 103 ◦ blue 213

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

Shades of Orchid #CE67D5

Tints of Orchid #CE67D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.8%

R = 39.46%
G = 19.73%
B = 40.8%

CMYK

 C value IS 0.03

 M value IS 0.52

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE67D5 (or 0xCE67D5) is known color: Orchid. HEX triplet: CE, 67 and D5. RGB value is (206,103,213). Sum of RGB (Red+Green+Blue) = 206+103+213=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 103 (40.62% from 255 or 19.73% from 522); Blue value is 213 (83.59% from 255 or 40.80% from 522); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE67D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE67D5 is #31982A. Grayscale: #929292. Windows color (decimal): -3250219 or 13985742. OLE color: 13985742.

HSL color Cylindrical-coordinate representation of color #CE67D5: hue angle of 296.18º degrees, saturation: 0.57, 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 #CE67D5 is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 103 213 -
CMYK 0.03 0.52 0 0.16
HSL 296.18º 0.57% 0.62% -
HSV(B) 296.18º 0.52% 0.84% -
XYZ 42.31 27.63 66.05 -
YUV 146.34 165.62 170.56 -
System Red Green Blue C M Y K H S L
Decimal 206 103 213 0.03 0.52 0 0.16 296.18 0.57 0.62
Hex CE 67 D5 3 34 0 10 128 39 3E
Octal 316 147 325 3 64 0 20 450 71 76
Binary 11001110 1100111 11010101 11 110100 0 10000 100101000 111001 111110

Color Harmonies of #CE67D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE67D5

Black with #CE67D5

Text Example


Text Example

White with #CE67D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE67D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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