Html Css Color HEX #CD67E6 Orchid

📋 copy color: '#CD67E6'

red 205 ◦ green 103 ◦ blue 230

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

Shades of Orchid #CD67E6

Tints of Orchid #CD67E6

RGB

 RED value IS 205 (80.47% from 255) = 38.1%

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

 BLUE value IS 230 (90.23% from 255) = 42.75%

R = 38.1%
G = 19.14%
B = 42.75%

CMYK

 C value IS 0.11

 M value IS 0.55

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CD67E6 (or 0xCD67E6) is known color: Orchid. HEX triplet: CD, 67 and E6. RGB value is (205,103,230). Sum of RGB (Red+Green+Blue) = 205+103+230=538 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.10% from 538); Green value is 103 (40.62% from 255 or 19.14% from 538); Blue value is 230 (90.23% from 255 or 42.75% from 538); Max value from RGB is 230 - color contains mainly: blue. Hex color #CD67E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD67E6 is #329819. Grayscale: #939393. Windows color (decimal): -3315738 or 15099853. OLE color: 15099853.

HSL color Cylindrical-coordinate representation of color #CD67E6: hue angle of 288.19º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CD67E6 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 205 103 230 -
CMYK 0.11 0.55 0 0.10
HSL 288.19º 0.72% 0.65% -
HSV(B) 288.19º 0.55% 0.9% -
XYZ 44.31 28.39 78.01 -
YUV 147.98 174.29 168.67 -
System Red Green Blue C M Y K H S L
Decimal 205 103 230 0.11 0.55 0 0.10 288.19 0.72 0.65
Hex CD 67 E6 B 37 0 A 120 48 41
Octal 315 147 346 13 67 0 12 440 110 101
Binary 11001101 1100111 11100110 1011 110111 0 1010 100100000 1001000 1000001

Color Harmonies of #CD67E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD67E6

Black with #CD67E6

Text Example


Text Example

White with #CD67E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD67E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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