Html Css Color HEX #CE67D0 Orchid

📋 copy color: '#CE67D0'

red 206 ◦ green 103 ◦ blue 208

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

Shades of Orchid #CE67D0

Tints of Orchid #CE67D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.23%

R = 39.85%
G = 19.92%
B = 40.23%

CMYK

 C value IS 0.01

 M value IS 0.50

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CE67D0 (or 0xCE67D0) is known color: Orchid. HEX triplet: CE, 67 and D0. RGB value is (206,103,208). Sum of RGB (Red+Green+Blue) = 206+103+208=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 103 (40.62% from 255 or 19.92% from 517); Blue value is 208 (81.64% from 255 or 40.23% from 517); Max value from RGB is 208 - color contains mainly: blue. Hex color #CE67D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE67D0 is #31982F. Grayscale: #919191. Windows color (decimal): -3250224 or 13658062. OLE color: 13658062.

HSL color Cylindrical-coordinate representation of color #CE67D0: hue angle of 298.86º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE67D0 is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 103 208 -
CMYK 0.01 0.50 0 0.18
HSL 298.86º 0.53% 0.61% -
HSV(B) 298.86º 0.5% 0.82% -
XYZ 41.69 27.38 62.76 -
YUV 145.77 163.12 170.96 -
System Red Green Blue C M Y K H S L
Decimal 206 103 208 0.01 0.50 0 0.18 298.86 0.53 0.61
Hex CE 67 D0 1 32 0 12 12B 35 3D
Octal 316 147 320 1 62 0 22 453 65 75
Binary 11001110 1100111 11010000 1 110010 0 10010 100101011 110101 111101

Color Harmonies of #CE67D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE67D0

Black with #CE67D0

Text Example


Text Example

White with #CE67D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE67D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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