Html Css Color HEX #CE67CD Orchid

📋 copy color: '#CE67CD'

red 206 ◦ green 103 ◦ blue 205

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

Shades of Orchid #CE67CD

Tints of Orchid #CE67CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.88%

R = 40.08%
G = 20.04%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CE67CD (or 0xCE67CD) is known color: Orchid. HEX triplet: CE, 67 and CD. RGB value is (206,103,205). Sum of RGB (Red+Green+Blue) = 206+103+205=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 103 (40.62% from 255 or 20.04% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 206 - color contains mainly: red. Hex color #CE67CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE67CD is #319832. Grayscale: #919191. Windows color (decimal): -3250227 or 13461454. OLE color: 13461454.

HSL color Cylindrical-coordinate representation of color #CE67CD: hue angle of 300.58º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE67CD is Cyan = 0, Magento = 0.50, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 103 205 -
CMYK 0 0.50 0.00 0.19
HSL 300.58º 0.51% 0.61% -
HSV(B) 300.58º 0.5% 0.81% -
XYZ 41.32 27.23 60.84 -
YUV 145.43 161.62 171.21 -
System Red Green Blue C M Y K H S L
Decimal 206 103 205 0 0.50 0.00 0.19 300.58 0.51 0.61
Hex CE 67 CD 0 32 0 13 12D 33 3D
Octal 316 147 315 0 62 0 23 455 63 75
Binary 11001110 1100111 11001101 0 110010 0 10011 100101101 110011 111101

Color Harmonies of #CE67CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE67CD

Black with #CE67CD

Text Example


Text Example

White with #CE67CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE67CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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