Html Css Color HEX #CF67C3 Orchid

📋 copy color: '#CF67C3'

red 207 ◦ green 103 ◦ blue 195

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

Shades of Orchid #CF67C3

Tints of Orchid #CF67C3

RGB

 RED value IS 207 (81.25% from 255) = 40.99%

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

 BLUE value IS 195 (76.56% from 255) = 38.61%

R = 40.99%
G = 20.4%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#CF67C3 (or 0xCF67C3) is known color: Orchid. HEX triplet: CF, 67 and C3. RGB value is (207,103,195). Sum of RGB (Red+Green+Blue) = 207+103+195=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 103 (40.62% from 255 or 20.40% from 505); Blue value is 195 (76.56% from 255 or 38.61% from 505); Max value from RGB is 207 - color contains mainly: red. Hex color #CF67C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF67C3 is #30983C. Grayscale: #909090. Windows color (decimal): -3184701 or 12806095. OLE color: 12806095.

HSL color Cylindrical-coordinate representation of color #CF67C3: hue angle of 306.92º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF67C3 is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 103 195 -
CMYK 0 0.50 0.06 0.19
HSL 306.92º 0.52% 0.61% -
HSV(B) 306.92º 0.5% 0.81% -
XYZ 40.43 26.91 54.69 -
YUV 144.58 156.46 172.52 -
System Red Green Blue C M Y K H S L
Decimal 207 103 195 0 0.50 0.06 0.19 306.92 0.52 0.61
Hex CF 67 C3 0 32 6 13 133 34 3D
Octal 317 147 303 0 62 6 23 463 64 75
Binary 11001111 1100111 11000011 0 110010 110 10011 100110011 110100 111101

Color Harmonies of #CF67C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF67C3

Black with #CF67C3

Text Example


Text Example

White with #CF67C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF67C3; }

 p { color: rgb(207,103,195); }

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

background-color css

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

 a { background-color: rgb(207,103,195); }

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

border-color css

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

 span { border-color: rgb(207,103,195); }

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