Html Css Color HEX #CD75C2 Orchid

📋 copy color: '#CD75C2'

red 205 ◦ green 117 ◦ blue 194

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

Shades of Orchid #CD75C2

Tints of Orchid #CD75C2

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.67%

 BLUE value IS 194 (76.17% from 255) = 37.6%

R = 39.73%
G = 22.67%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#CD75C2 (or 0xCD75C2) is known color: Orchid. HEX triplet: CD, 75 and C2. RGB value is (205,117,194). Sum of RGB (Red+Green+Blue) = 205+117+194=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 117 (46.09% from 255 or 22.67% from 516); Blue value is 194 (76.17% from 255 or 37.60% from 516); Max value from RGB is 205 - color contains mainly: red. Hex color #CD75C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD75C2 is #328A3D. Grayscale: #979797. Windows color (decimal): -3312190 or 12744141. OLE color: 12744141.

HSL color Cylindrical-coordinate representation of color #CD75C2: hue angle of 307.5º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CD75C2 is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 117 194 -
CMYK 0 0.43 0.05 0.20
HSL 307.5º 0.47% 0.63% -
HSV(B) 307.5º 0.43% 0.8% -
XYZ 41.28 29.6 54.58 -
YUV 152.09 151.65 165.74 -
System Red Green Blue C M Y K H S L
Decimal 205 117 194 0 0.43 0.05 0.20 307.5 0.47 0.63
Hex CD 75 C2 0 2B 5 14 134 2F 3F
Octal 315 165 302 0 53 5 24 464 57 77
Binary 11001101 1110101 11000010 0 101011 101 10100 100110100 101111 111111

Color Harmonies of #CD75C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD75C2

Black with #CD75C2

Text Example


Text Example

White with #CD75C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD75C2; }

 p { color: rgb(205,117,194); }

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

background-color css

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

 a { background-color: rgb(205,117,194); }

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

border-color css

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

 span { border-color: rgb(205,117,194); }

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