Html Css Color HEX #CE69CD Orchid

📋 copy color: '#CE69CD'

red 206 ◦ green 105 ◦ blue 205

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

Shades of Orchid #CE69CD

Tints of Orchid #CE69CD

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.35%

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

R = 39.92%
G = 20.35%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CE69CD (or 0xCE69CD) is known color: Orchid. HEX triplet: CE, 69 and CD. RGB value is (206,105,205). Sum of RGB (Red+Green+Blue) = 206+105+205=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 105 (41.41% from 255 or 20.35% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 206 - color contains mainly: red. Hex color #CE69CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE69CD is #319632. Grayscale: #929292. Windows color (decimal): -3249715 or 13461966. OLE color: 13461966.

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

Color convert

RGB 206 105 205 -
CMYK 0 0.49 0.00 0.19
HSL 300.59º 0.51% 0.61% -
HSV(B) 300.59º 0.49% 0.81% -
XYZ 41.52 27.63 60.9 -
YUV 146.6 160.96 170.37 -
System Red Green Blue C M Y K H S L
Decimal 206 105 205 0 0.49 0.00 0.19 300.59 0.51 0.61
Hex CE 69 CD 0 31 0 13 12D 33 3D
Octal 316 151 315 0 61 0 23 455 63 75
Binary 11001110 1101001 11001101 0 110001 0 10011 100101101 110011 111101

Color Harmonies of #CE69CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE69CD

Black with #CE69CD

Text Example


Text Example

White with #CE69CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE69CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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