Html Css Color HEX #CD67DB Orchid

📋 copy color: '#CD67DB'

red 205 ◦ green 103 ◦ blue 219

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

Shades of Orchid #CD67DB

Tints of Orchid #CD67DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.56%

R = 38.9%
G = 19.54%
B = 41.56%

CMYK

 C value IS 0.06

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD67DB (or 0xCD67DB) is known color: Orchid. HEX triplet: CD, 67 and DB. RGB value is (205,103,219). Sum of RGB (Red+Green+Blue) = 205+103+219=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 103 (40.62% from 255 or 19.54% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD67DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD67DB is #329824. Grayscale: #929292. Windows color (decimal): -3315749 or 14378957. OLE color: 14378957.

HSL color Cylindrical-coordinate representation of color #CD67DB: hue angle of 292.76º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CD67DB is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 103 219 -
CMYK 0.06 0.53 0 0.14
HSL 292.76º 0.62% 0.63% -
HSV(B) 292.76º 0.53% 0.86% -
XYZ 42.81 27.79 70.13 -
YUV 146.72 168.79 169.57 -
System Red Green Blue C M Y K H S L
Decimal 205 103 219 0.06 0.53 0 0.14 292.76 0.62 0.63
Hex CD 67 DB 6 35 0 E 125 3E 3F
Octal 315 147 333 6 65 0 16 445 76 77
Binary 11001101 1100111 11011011 110 110101 0 1110 100100101 111110 111111

Color Harmonies of #CD67DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD67DB

Black with #CD67DB

Text Example


Text Example

White with #CD67DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD67DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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