Html Css Color HEX #C670D4 Orchid

📋 copy color: '#C670D4'

red 198 ◦ green 112 ◦ blue 212

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

Shades of Orchid #C670D4

Tints of Orchid #C670D4

RGB

 RED value IS 198 (77.73% from 255) = 37.93%

 GREEN value IS 112 (44.14% from 255) = 21.46%

 BLUE value IS 212 (83.2% from 255) = 40.61%

R = 37.93%
G = 21.46%
B = 40.61%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C670D4 (or 0xC670D4) is known color: Orchid. HEX triplet: C6, 70 and D4. RGB value is (198,112,212). Sum of RGB (Red+Green+Blue) = 198+112+212=522 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.93% from 522); Green value is 112 (44.14% from 255 or 21.46% from 522); Blue value is 212 (83.20% from 255 or 40.61% from 522); Max value from RGB is 212 - color contains mainly: blue. Hex color #C670D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C670D4 is #398F2B. Grayscale: #949494. Windows color (decimal): -3772204 or 13922502. OLE color: 13922502.

HSL color Cylindrical-coordinate representation of color #C670D4: hue angle of 291.6º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C670D4 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 198 112 212 -
CMYK 0.07 0.47 0 0.17
HSL 291.6º 0.54% 0.64% -
HSV(B) 291.6º 0.47% 0.83% -
XYZ 40.97 28.35 65.6 -
YUV 149.11 163.49 162.87 -
System Red Green Blue C M Y K H S L
Decimal 198 112 212 0.07 0.47 0 0.17 291.6 0.54 0.64
Hex C6 70 D4 7 2F 0 11 124 36 40
Octal 306 160 324 7 57 0 21 444 66 100
Binary 11000110 1110000 11010100 111 101111 0 10001 100100100 110110 1000000

Color Harmonies of #C670D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C670D4

Black with #C670D4

Text Example


Text Example

White with #C670D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C670D4; }

 p { color: rgb(198,112,212); }

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

background-color css

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

 a { background-color: rgb(198,112,212); }

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

border-color css

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

 span { border-color: rgb(198,112,212); }

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